pub struct CursorPreviousLine {
pub count: usize,
}Fields§
§count: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for CursorPreviousLine
impl RefUnwindSafe for CursorPreviousLine
impl Send for CursorPreviousLine
impl Sync for CursorPreviousLine
impl Unpin for CursorPreviousLine
impl UnwindSafe for CursorPreviousLine
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