pub enum Fields {
Show 26 variants
String,
StringPass,
StringKey,
StringTel,
StringIdent,
StringEmail,
StringColor,
StringCode,
StringBarcode,
StringQrcode,
Radio,
Select,
TableList,
TableTree,
Int,
Switch,
Dict,
Text,
TextEditor,
TextUrl,
Json,
Array,
Object,
Float,
DateTime,
Year,
}
Variants§
String
StringPass
StringKey
StringTel
StringIdent
StringEmail
StringColor
StringCode
StringBarcode
StringQrcode
Radio
Select
TableList
TableTree
Int
Switch
Dict
Text
TextEditor
TextUrl
Json
Array
Object
Float
DateTime
Year
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fields
impl RefUnwindSafe for Fields
impl Send for Fields
impl Sync for Fields
impl Unpin for Fields
impl UnwindSafe for Fields
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