#[repr(C)]pub struct std_front_insert_iterator<_Container> {
pub container: *mut _Container,
pub _phantom_0: PhantomData<UnsafeCell<_Container>>,
}Fields§
§container: *mut _Container§_phantom_0: PhantomData<UnsafeCell<_Container>>Trait Implementations§
Source§impl<_Container: Clone> Clone for std_front_insert_iterator<_Container>
impl<_Container: Clone> Clone for std_front_insert_iterator<_Container>
Source§fn clone(&self) -> std_front_insert_iterator<_Container>
fn clone(&self) -> std_front_insert_iterator<_Container>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<_Container: Debug> Debug for std_front_insert_iterator<_Container>
impl<_Container: Debug> Debug for std_front_insert_iterator<_Container>
impl<_Container: Copy> Copy for std_front_insert_iterator<_Container>
Auto Trait Implementations§
impl<_Container> Freeze for std_front_insert_iterator<_Container>
impl<_Container> !RefUnwindSafe for std_front_insert_iterator<_Container>
impl<_Container> !Send for std_front_insert_iterator<_Container>
impl<_Container> !Sync for std_front_insert_iterator<_Container>
impl<_Container> Unpin for std_front_insert_iterator<_Container>where
_Container: Unpin,
impl<_Container> UnwindSafe for std_front_insert_iterator<_Container>where
_Container: 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