pub struct EmptyCursor;
Implementations§
Source§impl EmptyCursor
impl EmptyCursor
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmptyCursor
impl RefUnwindSafe for EmptyCursor
impl Send for EmptyCursor
impl Sync for EmptyCursor
impl Unpin for EmptyCursor
impl UnwindSafe for EmptyCursor
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