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