Struct hashbrown::raw::InsertSlot
source · pub struct InsertSlot {
index: usize,
}
Expand description
A reference to an empty bucket into which an can be inserted.
Fields§
§index: usize
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§
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