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