pub struct Entry<'a, N: Ord + Clone, D> { /* private fields */ }
Implementations§
Trait Implementations§
impl<'a, N: Eq + Ord + Clone, D: Eq> Eq for Entry<'a, N, D>
impl<'a, N: Ord + Clone, D> StructuralPartialEq for Entry<'a, N, D>
Auto Trait Implementations§
impl<'a, N, D> Freeze for Entry<'a, N, D>
impl<'a, N, D> RefUnwindSafe for Entry<'a, N, D>where
D: RefUnwindSafe,
N: RefUnwindSafe,
impl<'a, N, D> Send for Entry<'a, N, D>
impl<'a, N, D> Sync for Entry<'a, N, D>
impl<'a, N, D> Unpin for Entry<'a, N, D>
impl<'a, N, D> UnwindSafe for Entry<'a, N, D>where
D: RefUnwindSafe,
N: 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