#[repr(C)]pub struct __normal_iterator<_Iterator> {
pub _M_current: _Iterator,
pub _phantom_0: PhantomData<UnsafeCell<_Iterator>>,
}Fields§
§_M_current: _Iterator§_phantom_0: PhantomData<UnsafeCell<_Iterator>>Trait Implementations§
Source§impl<_Iterator: Clone> Clone for __normal_iterator<_Iterator>
impl<_Iterator: Clone> Clone for __normal_iterator<_Iterator>
Source§fn clone(&self) -> __normal_iterator<_Iterator>
fn clone(&self) -> __normal_iterator<_Iterator>
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 moreimpl<_Iterator: Copy> Copy for __normal_iterator<_Iterator>
Source§impl<_Iterator: Debug> Debug for __normal_iterator<_Iterator>
impl<_Iterator: Debug> Debug for __normal_iterator<_Iterator>
Source§impl<_Iterator> Default for __normal_iterator<_Iterator>
impl<_Iterator> Default for __normal_iterator<_Iterator>
impl<_Iterator: Eq> Eq for __normal_iterator<_Iterator>
Source§impl<_Iterator: PartialEq> PartialEq for __normal_iterator<_Iterator>
impl<_Iterator: PartialEq> PartialEq for __normal_iterator<_Iterator>
Source§fn eq(&self, other: &__normal_iterator<_Iterator>) -> bool
fn eq(&self, other: &__normal_iterator<_Iterator>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<_Iterator> StructuralPartialEq for __normal_iterator<_Iterator>
Auto Trait Implementations§
impl<_Iterator> !RefUnwindSafe for __normal_iterator<_Iterator>
impl<_Iterator> !Sync for __normal_iterator<_Iterator>
impl<_Iterator> Freeze for __normal_iterator<_Iterator>where
_Iterator: Freeze,
impl<_Iterator> Send for __normal_iterator<_Iterator>where
_Iterator: Send,
impl<_Iterator> Unpin for __normal_iterator<_Iterator>where
_Iterator: Unpin,
impl<_Iterator> UnsafeUnpin for __normal_iterator<_Iterator>where
_Iterator: UnsafeUnpin,
impl<_Iterator> UnwindSafe for __normal_iterator<_Iterator>where
_Iterator: 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