pub struct MetaCursor(/* private fields */);Implementations§
Trait Implementations§
Source§impl Debug for MetaCursor
impl Debug for MetaCursor
Auto Trait Implementations§
impl Freeze for MetaCursor
impl RefUnwindSafe for MetaCursor
impl Send for MetaCursor
impl Sync for MetaCursor
impl Unpin for MetaCursor
impl UnwindSafe for MetaCursor
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