#[repr(C)]pub struct std_unordered_map {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for std_unordered_map
impl Clone for std_unordered_map
Source§fn clone(&self) -> std_unordered_map
fn clone(&self) -> std_unordered_map
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for std_unordered_map
impl Debug for std_unordered_map
impl Copy for std_unordered_map
Auto Trait Implementations§
impl Freeze for std_unordered_map
impl RefUnwindSafe for std_unordered_map
impl Send for std_unordered_map
impl Sync for std_unordered_map
impl Unpin for std_unordered_map
impl UnsafeUnpin for std_unordered_map
impl UnwindSafe for std_unordered_map
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