Struct hashbrown::raw::InsertSlot
source · [−]pub struct InsertSlot { /* private fields */ }
Expand description
A reference to an empty bucket into which an can be inserted.
Auto Trait Implementations
impl RefUnwindSafe for InsertSlot
impl Send for InsertSlot
impl Sync for InsertSlot
impl Unpin for InsertSlot
impl UnwindSafe for InsertSlot
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more