#[repr(C)]pub struct std___hash_node_destructor<_Alloc> {
pub _phantom_0: PhantomData<UnsafeCell<_Alloc>>,
pub __na_: *mut std___hash_node_destructor_allocator_type<_Alloc>,
pub __value_constructed: bool,
}Fields§
§_phantom_0: PhantomData<UnsafeCell<_Alloc>>§__na_: *mut std___hash_node_destructor_allocator_type<_Alloc>§__value_constructed: boolTrait Implementations§
Source§impl<_Alloc: Clone> Clone for std___hash_node_destructor<_Alloc>
impl<_Alloc: Clone> Clone for std___hash_node_destructor<_Alloc>
Source§fn clone(&self) -> std___hash_node_destructor<_Alloc>
fn clone(&self) -> std___hash_node_destructor<_Alloc>
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<_Alloc: Debug> Debug for std___hash_node_destructor<_Alloc>
impl<_Alloc: Debug> Debug for std___hash_node_destructor<_Alloc>
impl<_Alloc: Copy> Copy for std___hash_node_destructor<_Alloc>
Auto Trait Implementations§
impl<_Alloc> Freeze for std___hash_node_destructor<_Alloc>
impl<_Alloc> !RefUnwindSafe for std___hash_node_destructor<_Alloc>
impl<_Alloc> !Send for std___hash_node_destructor<_Alloc>
impl<_Alloc> !Sync for std___hash_node_destructor<_Alloc>
impl<_Alloc> Unpin for std___hash_node_destructor<_Alloc>where
_Alloc: Unpin,
impl<_Alloc> UnsafeUnpin for std___hash_node_destructor<_Alloc>
impl<_Alloc> UnwindSafe for std___hash_node_destructor<_Alloc>where
_Alloc: RefUnwindSafe + UnwindSafe,
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