pub enum Kind {
Bool,
Uuid,
U8,
I32,
I64,
F64,
String,
TimestampSecsZ,
}Variants
Bool
Uuid
U8
I32
I64
F64
String
TimestampSecsZ
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Kind
impl UnwindSafe for Kind
Blanket Implementations
Mutably borrows from an owned value. Read more