pub struct SkipListIterator<'a, K: Ord + Debug + Default> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'a, K> Freeze for SkipListIterator<'a, K>
impl<'a, K> RefUnwindSafe for SkipListIterator<'a, K>where
K: RefUnwindSafe,
impl<'a, K> !Send for SkipListIterator<'a, K>
impl<'a, K> !Sync for SkipListIterator<'a, K>
impl<'a, K> Unpin for SkipListIterator<'a, K>
impl<'a, K> UnwindSafe for SkipListIterator<'a, K>where
K: RefUnwindSafe,
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