pub struct HashBucket { /* private fields */ }Expand description
Hash-bucket map with configurable bucket count.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HashBucket
impl RefUnwindSafe for HashBucket
impl Send for HashBucket
impl Sync for HashBucket
impl Unpin for HashBucket
impl UnsafeUnpin for HashBucket
impl UnwindSafe for HashBucket
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