pub struct EntryRaw<'a, I, V>where
V: PartialOrd,{ /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<'a, I, V> Freeze for EntryRaw<'a, I, V>
impl<'a, I, V> RefUnwindSafe for EntryRaw<'a, I, V>where
I: RefUnwindSafe,
V: RefUnwindSafe,
impl<'a, I, V> Send for EntryRaw<'a, I, V>
impl<'a, I, V> Sync for EntryRaw<'a, I, V>
impl<'a, I, V> Unpin for EntryRaw<'a, I, V>
impl<'a, I, V> UnwindSafe for EntryRaw<'a, I, V>where
I: RefUnwindSafe,
V: 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