pub struct MarkMap<K, V> { /* private fields */ }
Implementations§
Trait Implementations§
impl<K: Eq, V: Eq> Eq for MarkMap<K, V>
impl<K, V> StructuralPartialEq for MarkMap<K, V>
Auto Trait Implementations§
impl<K, V> Freeze for MarkMap<K, V>
impl<K, V> RefUnwindSafe for MarkMap<K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V> Send for MarkMap<K, V>
impl<K, V> Sync for MarkMap<K, V>
impl<K, V> Unpin for MarkMap<K, V>
impl<K, V> UnwindSafe for MarkMap<K, V>where
K: UnwindSafe,
V: 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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.