pub struct VacantEntry<'a, 'b, T, D>where
'b: 'a,
T: 'a,
D: 'a,{ /* private fields */ }Expand description
An entry to a storage which does not have a component associated to the entity.
Implementations§
Source§impl<'a, 'b, T, D> VacantEntry<'a, 'b, T, D>
impl<'a, 'b, T, D> VacantEntry<'a, 'b, T, D>
Auto Trait Implementations§
impl<'a, 'b, T, D> Freeze for VacantEntry<'a, 'b, T, D>
impl<'a, 'b, T, D> !RefUnwindSafe for VacantEntry<'a, 'b, T, D>
impl<'a, 'b, T, D> Send for VacantEntry<'a, 'b, T, D>
impl<'a, 'b, T, D> Sync for VacantEntry<'a, 'b, T, D>
impl<'a, 'b, T, D> Unpin for VacantEntry<'a, 'b, T, D>
impl<'a, 'b, T, D> !UnwindSafe for VacantEntry<'a, 'b, T, D>
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