pub enum CursorMovement {
Grapheme,
Word,
}Expand description
Char- or word-wise navigation? Your choice.
Variants§
Auto Trait Implementations§
impl Freeze for CursorMovement
impl RefUnwindSafe for CursorMovement
impl Send for CursorMovement
impl Sync for CursorMovement
impl Unpin for CursorMovement
impl UnwindSafe for CursorMovement
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