pub struct Occupied<'g, V: Value + 'g> { /* private fields */ }Expand description
An occupied entry in a SequentialMap.
Implementations§
Source§impl<'g, V: Value> Occupied<'g, V>
impl<'g, V: Value> Occupied<'g, V>
Auto Trait Implementations§
impl<'g, V> !Send for Occupied<'g, V>
impl<'g, V> !Sync for Occupied<'g, V>
impl<'g, V> !UnwindSafe for Occupied<'g, V>
impl<'g, V> Freeze for Occupied<'g, V>
impl<'g, V> RefUnwindSafe for Occupied<'g, V>where
V: RefUnwindSafe,
impl<'g, V> Unpin for Occupied<'g, V>
impl<'g, V> UnsafeUnpin for Occupied<'g, V>
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