pub enum EditSubMode {
Navigate,
Selecting,
Moving,
}Variants§
Navigating between notes by proximity.
Selecting
Shift held: extending selection.
Moving
Notes selected. Plain h/l/j/k = move. Shift+h/l = stretch right edge. Shift+j/k = stretch left edge.
Trait Implementations§
Source§impl Clone for EditSubMode
impl Clone for EditSubMode
Source§fn clone(&self) -> EditSubMode
fn clone(&self) -> EditSubMode
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 EditSubMode
impl Debug for EditSubMode
Source§impl PartialEq for EditSubMode
impl PartialEq for EditSubMode
impl Copy for EditSubMode
impl Eq for EditSubMode
impl StructuralPartialEq for EditSubMode
Auto Trait Implementations§
impl Freeze for EditSubMode
impl RefUnwindSafe for EditSubMode
impl Send for EditSubMode
impl Sync for EditSubMode
impl Unpin for EditSubMode
impl UnsafeUnpin for EditSubMode
impl UnwindSafe for EditSubMode
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