BSON::Element
Inherits Enum / Comparable / Value / Object
List of BSON elements
Constants
Double = 1_u8
String = 2_u8
Document = 3_u8
Array = 4_u8
Binary = 5_u8
Undefined = 6_u8
ObjectId = 7_u8
Boolean = 8_u8
DateTime = 9_u8
Null = 10_u8
Regexp = 11_u8
DBPointer = 12_u8
JSCode = 13_u8
Symbol = 14_u8
JSCodeWithScope = 15_u8
Int32 = 16_u8
Timestamp = 17_u8
Int64 = 18_u8
Decimal128 = 19_u8
MinKey = 255_u8
MaxKey = 127_u8