#[repr(C)]pub struct std___hash_node_base {
pub __next_: std___hash_node_base___next_pointer,
}Fields§
§__next_: std___hash_node_base___next_pointerTrait Implementations§
Source§impl Clone for std___hash_node_base
impl Clone for std___hash_node_base
Source§fn clone(&self) -> std___hash_node_base
fn clone(&self) -> std___hash_node_base
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___hash_node_base
impl Debug for std___hash_node_base
impl Copy for std___hash_node_base
Auto Trait Implementations§
impl Freeze for std___hash_node_base
impl RefUnwindSafe for std___hash_node_base
impl Send for std___hash_node_base
impl Sync for std___hash_node_base
impl Unpin for std___hash_node_base
impl UnsafeUnpin for std___hash_node_base
impl UnwindSafe for std___hash_node_base
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