pub enum FormMode {
Normal,
Insert,
}Expand description
Form-level mode. Insert delegates to the focused field’s Editor.
Variants§
Trait Implementations§
impl Copy for FormMode
impl Eq for FormMode
impl StructuralPartialEq for FormMode
Auto Trait Implementations§
impl Freeze for FormMode
impl RefUnwindSafe for FormMode
impl Send for FormMode
impl Sync for FormMode
impl Unpin for FormMode
impl UnsafeUnpin for FormMode
impl UnwindSafe for FormMode
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