pub struct HashMap<S = RandomState> {
pub hash_builder: S,
pub table: RawTable,
}Fields§
§hash_builder: S§table: RawTableImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for HashMap<S>where
S: Freeze,
impl<S> RefUnwindSafe for HashMap<S>where
S: RefUnwindSafe,
impl<S = RandomState> !Send for HashMap<S>
impl<S = RandomState> !Sync for HashMap<S>
impl<S> Unpin for HashMap<S>where
S: Unpin,
impl<S> UnwindSafe for HashMap<S>where
S: UnwindSafe,
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