pub struct ExistingEntry<'a, K, T>where
K: Ord,{ /* private fields */ }Expand description
Indicates that the entry already exists.
Auto Trait Implementations§
impl<'a, K, T> Freeze for ExistingEntry<'a, K, T>
impl<'a, K, T> RefUnwindSafe for ExistingEntry<'a, K, T>where
T: RefUnwindSafe,
K: RefUnwindSafe,
impl<'a, K, T> Send for ExistingEntry<'a, K, T>
impl<'a, K, T> Sync for ExistingEntry<'a, K, T>
impl<'a, K, T> Unpin for ExistingEntry<'a, K, T>
impl<'a, K, T> !UnwindSafe for ExistingEntry<'a, K, T>
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