pub enum DataType {
Show 20 variants
Bool,
F32,
F64,
I32,
I64,
U8,
U64,
Usize,
Str,
String,
Object,
OptBool,
OptF32,
OptF64,
OptI32,
OptI64,
OptUsize,
VecUsize,
DateTime(TimeUnit),
TimeDelta,
}Variants§
Bool
F32
F64
I32
I64
U8
U64
Usize
Str
String
Object
OptBool
OptF32
OptF64
OptI32
OptI64
OptUsize
VecUsize
DateTime(TimeUnit)
TimeDelta
Implementations§
Trait Implementations§
source§impl PartialEq for DataType
impl PartialEq for DataType
impl Eq for DataType
impl StructuralPartialEq for DataType
Auto Trait Implementations§
impl Freeze for DataType
impl RefUnwindSafe for DataType
impl Send for DataType
impl Sync for DataType
impl Unpin for DataType
impl UnwindSafe for DataType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more