pub struct Entry<K: HashOrdered> { /* private fields */ }Expand description
An entry in hash tables.
Trait Implementations
sourceimpl<K: Clone + HashOrdered> Clone for Entry<K>
impl<K: Clone + HashOrdered> Clone for Entry<K>
Auto Trait Implementations
impl<K> RefUnwindSafe for Entry<K>where
K: RefUnwindSafe,
impl<K> Send for Entry<K>where
K: Send,
impl<K> Sync for Entry<K>where
K: Sync,
impl<K> Unpin for Entry<K>where
K: Unpin,
impl<K> UnwindSafe for Entry<K>where
K: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more