pub struct VacantEntry<'a, C: ?Sized> { /* private fields */ }
Implementations§
Source§impl<'a, C: 'a + Entriable> VacantEntry<'a, C>
impl<'a, C: 'a + Entriable> VacantEntry<'a, C>
Auto Trait Implementations§
impl<'a, C> Freeze for VacantEntry<'a, C>where
C: ?Sized,
impl<'a, C> RefUnwindSafe for VacantEntry<'a, C>where
C: RefUnwindSafe + ?Sized,
impl<'a, C> Send for VacantEntry<'a, C>
impl<'a, C> Sync for VacantEntry<'a, C>
impl<'a, C> Unpin for VacantEntry<'a, C>where
C: ?Sized,
impl<'a, C> !UnwindSafe for VacantEntry<'a, C>
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