pub struct Cursor<T: Ord + Copy, Id: Copy + Eq + Hash> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, Id> Freeze for Cursor<T, Id>where
T: Freeze,
impl<T, Id> RefUnwindSafe for Cursor<T, Id>where
T: RefUnwindSafe,
Id: RefUnwindSafe,
impl<T, Id> Send for Cursor<T, Id>
impl<T, Id> Sync for Cursor<T, Id>
impl<T, Id> Unpin for Cursor<T, Id>
impl<T, Id> UnwindSafe for Cursor<T, Id>where
T: UnwindSafe,
Id: UnwindSafe,
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