pub enum FieldMode {
Show 31 variants
Key,
Pass,
Color,
String,
Tel,
Ident,
Code,
Email,
Table,
Text,
Editor,
Url,
Files,
Json,
Array,
Object,
Float,
Int,
Switch,
Datetime,
Year,
Date,
Time,
Timestamp,
Select,
Radio,
Location,
Dict,
BarCode,
QrCode,
Tree,
}
Variants§
Key
Pass
Color
String
Tel
Ident
Code
Table
Text
Editor
Url
Files
Json
Array
Object
Float
Int
Switch
Datetime
Year
Date
Time
Timestamp
Select
Radio
Location
Dict
BarCode
QrCode
Tree
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FieldMode
impl RefUnwindSafe for FieldMode
impl Send for FieldMode
impl Sync for FieldMode
impl Unpin for FieldMode
impl UnwindSafe for FieldMode
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