Struct type_set::entry::VacantEntry
source · pub struct VacantEntry<'a, T>(/* private fields */);
Expand description
A view into a vacant entry in a TypeSet
.
It is part of the Entry
enum.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for VacantEntry<'a, T>
impl<'a, T> !RefUnwindSafe for VacantEntry<'a, T>
impl<'a, T> Send for VacantEntry<'a, T>where
T: Send,
impl<'a, T> Sync for VacantEntry<'a, T>where
T: Sync,
impl<'a, T> Unpin for VacantEntry<'a, T>where
T: Unpin,
impl<'a, T> !UnwindSafe for VacantEntry<'a, 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