Struct valence_nbt::compound::VacantEntry
source · pub struct VacantEntry<'a, S = String> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, S> Freeze for VacantEntry<'a, S>where
S: Freeze,
impl<'a, S> RefUnwindSafe for VacantEntry<'a, S>where
S: RefUnwindSafe,
impl<'a, S> Send for VacantEntry<'a, S>where
S: Send,
impl<'a, S> Sync for VacantEntry<'a, S>where
S: Sync,
impl<'a, S> Unpin for VacantEntry<'a, S>where
S: Unpin,
impl<'a, S = String> !UnwindSafe for VacantEntry<'a, 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