pub struct TreeCursorPos(/* private fields */);
Expand description
Stores a cursor’s position at an earlier point in time.
Auto Trait Implementations§
impl Freeze for TreeCursorPos
impl RefUnwindSafe for TreeCursorPos
impl Send for TreeCursorPos
impl Sync for TreeCursorPos
impl Unpin for TreeCursorPos
impl UnwindSafe for TreeCursorPos
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