pub struct CursorPrevLine;Expand description
Move cursor to the previous line.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CursorPrevLine
impl RefUnwindSafe for CursorPrevLine
impl Send for CursorPrevLine
impl Sync for CursorPrevLine
impl Unpin for CursorPrevLine
impl UnwindSafe for CursorPrevLine
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