pub struct InsertSlot { /* private fields */ }
Expand description
A reference to an empty bucket into which an can be inserted.
Auto Trait Implementations§
impl Freeze for InsertSlot
impl RefUnwindSafe for InsertSlot
impl Send for InsertSlot
impl Sync for InsertSlot
impl Unpin for InsertSlot
impl UnwindSafe for InsertSlot
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