pub struct VacantEntry<'s, K: BitString + Clone + 's, V: 's> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<'s, K, V> Freeze for VacantEntry<'s, K, V>where
K: Freeze,
impl<'s, K, V> RefUnwindSafe for VacantEntry<'s, K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<'s, K, V> !Send for VacantEntry<'s, K, V>
impl<'s, K, V> !Sync for VacantEntry<'s, K, V>
impl<'s, K, V> Unpin for VacantEntry<'s, K, V>where
K: Unpin,
impl<'s, K, V> !UnwindSafe for VacantEntry<'s, K, V>
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