Enum type_detector::DataType
source · [−]pub enum DataType {
String(String),
Int(i64),
Float(f64),
Bool(bool),
DateTime(DateTime<Utc>),
Unknown,
}Variants
String(String)
Int(i64)
Float(f64)
Bool(bool)
DateTime(DateTime<Utc>)
Unknown
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DataType
impl Send for DataType
impl Sync for DataType
impl Unpin for DataType
impl UnwindSafe for DataType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more