Struct red4ext_rs::types::RedHashMap
source · pub struct RedHashMap<K, V>(/* private fields */);
Expand description
A hash map.
Implementations§
source§impl<K, V> RedHashMap<K, V>
impl<K, V> RedHashMap<K, V>
Trait Implementations§
Auto Trait Implementations§
impl<K, V> Freeze for RedHashMap<K, V>
impl<K, V> !RefUnwindSafe for RedHashMap<K, V>
impl<K, V> !Send for RedHashMap<K, V>
impl<K, V> !Sync for RedHashMap<K, V>
impl<K, V> Unpin for RedHashMap<K, V>
impl<K, V> !UnwindSafe for RedHashMap<K, V>
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