pub enum NullType {
String,
Choice,
I64,
I32,
I16,
Bool,
F64,
F32,
Binary,
NaiveTime,
NaiveDate,
NaiveDateTime,
}
Expand description
This enum represents a Null’s type
Variants§
String
String representation
Choice
Choice representation
I64
i64 representation
I32
i32 representation
I16
i16 representation
Bool
Bool representation
F64
f64 representation
F32
f32 representation
Binary
binary representation
NaiveTime
Naive Time representation
NaiveDate
Naive Date representation
NaiveDateTime
Naive DateTime representation