pub enum FieldType {
Show 22 variants
String,
Int,
Float,
Bool,
Object,
Array,
Email,
Uri,
Uuid,
Ip,
Mac,
Date,
DateTime,
Time,
Timestamp,
Color,
Hostname,
Slug,
Hex,
Base64,
Password,
Token,
}Expand description
§AST
Variants§
String
Int
Float
Bool
Object
Array
Uri
Uuid
Ip
Mac
Date
DateTime
Time
Timestamp
Color
Hostname
Slug
Hex
Base64
Password
Token
Trait Implementations§
impl StructuralPartialEq for FieldType
Auto Trait Implementations§
impl Freeze for FieldType
impl RefUnwindSafe for FieldType
impl Send for FieldType
impl Sync for FieldType
impl Unpin for FieldType
impl UnsafeUnpin 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