pub struct RefIter<'a, K, V> { /* private fields */ }Expand description
An iterator over reference-counted entries of a SkipList.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, K, V> !RefUnwindSafe for RefIter<'a, K, V>
impl<'a, K, V> !UnwindSafe for RefIter<'a, K, V>
impl<'a, K, V> Freeze for RefIter<'a, K, V>
impl<'a, K, V> Send for RefIter<'a, K, V>
impl<'a, K, V> Sync for RefIter<'a, K, V>
impl<'a, K, V> Unpin for RefIter<'a, K, V>
impl<'a, K, V> UnsafeUnpin for RefIter<'a, K, V>
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