pub struct NoteKeyMap {
pub next: Binding,
pub prev: Binding,
pub submit: Binding,
}Expand description
Keybindings for note fields.
Fields§
§next: BindingGo to next field.
prev: BindingGo to previous field.
submit: BindingSubmit the form.
Trait Implementations§
Source§impl Clone for NoteKeyMap
impl Clone for NoteKeyMap
Source§fn clone(&self) -> NoteKeyMap
fn clone(&self) -> NoteKeyMap
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NoteKeyMap
impl Debug for NoteKeyMap
Auto Trait Implementations§
impl Freeze for NoteKeyMap
impl RefUnwindSafe for NoteKeyMap
impl Send for NoteKeyMap
impl Sync for NoteKeyMap
impl Unpin for NoteKeyMap
impl UnwindSafe for NoteKeyMap
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