pub struct CursorSavePosition;Expand description
Save cursor position.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CursorSavePosition
impl RefUnwindSafe for CursorSavePosition
impl Send for CursorSavePosition
impl Sync for CursorSavePosition
impl Unpin for CursorSavePosition
impl UnwindSafe for CursorSavePosition
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