#[repr(C)]pub struct HashMap {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
impl Copy for HashMap
impl StructuralPartialEq for HashMap
Auto Trait Implementations§
impl Freeze for HashMap
impl RefUnwindSafe for HashMap
impl Send for HashMap
impl Sync for HashMap
impl Unpin for HashMap
impl UnsafeUnpin for HashMap
impl UnwindSafe for HashMap
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