#[repr(C)]pub enum FieldType {
}
Variants§
Text(String, Option<String>)
DateTime(String)
Date(String)
Time(String)
Money(String)
Percent(String)
Number(String)
Group(String, Vec<String>)
TypeGroup(Vec<String>, String)
Month(String)
Duration(String)
Timezone(String)
DynamicType(String, Option<String>)
Implementations§
Trait Implementations§
impl Send for FieldType
impl Sync for FieldType
Auto Trait Implementations§
impl Freeze for FieldType
impl RefUnwindSafe for FieldType
impl Unpin for FieldType
impl UnwindSafe for FieldType
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