pub struct VacantEntry<'a, K, S: ?Sized = DefaultStorage>where
K: TypeMapKey,{ /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<'a, K, S> Freeze for VacantEntry<'a, K, S>where
S: ?Sized,
impl<'a, K, S> RefUnwindSafe for VacantEntry<'a, K, S>
impl<'a, K, S> Send for VacantEntry<'a, K, S>
impl<'a, K, S> Sync for VacantEntry<'a, K, S>
impl<'a, K, S> Unpin for VacantEntry<'a, K, S>where
S: ?Sized,
impl<'a, K, S = dyn Any + Sync + Send> !UnwindSafe for VacantEntry<'a, K, S>
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