pub enum FieldType {
Button,
Text,
Choice,
Signature,
}Expand description
Type of form field
Variants§
Button
Button field (push button, checkbox, radio button)
Text
Text field
Choice
Choice field (list box, combo box)
Signature
Signature field
Implementations§
Trait Implementations§
impl Copy for FieldType
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 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