pub struct HMap { /* private fields */ }Expand description
A type-erased type-level map (heterogeneous map keyed by strings).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HMap
impl !RefUnwindSafe for HMap
impl !Send for HMap
impl !Sync for HMap
impl Unpin for HMap
impl UnsafeUnpin for HMap
impl !UnwindSafe for HMap
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