pub struct No<T>(/* private fields */);Expand description
Unimplemented placeholder
Trait Implementations§
Source§impl<T, S> IterNthBack<S> for No<T>
impl<T, S> IterNthBack<S> for No<T>
fn iter_nth_back( &mut self, state: &mut S, next_back: &mut impl IterNextBack<S, T = Self::T>, n: usize, ) -> Option<Self::T>
Source§impl<T, S> IterSizeHint<S> for No<T>
impl<T, S> IterSizeHint<S> for No<T>
Source§impl<T: Ord> Ord for No<T>
impl<T: Ord> Ord for No<T>
Source§impl<T: PartialOrd> PartialOrd for No<T>
impl<T: PartialOrd> PartialOrd for No<T>
impl<T: Copy> Copy for No<T>
impl<T: Eq> Eq for No<T>
impl<T> StructuralPartialEq for No<T>
impl<T> Unimplemented for No<T>
Auto Trait Implementations§
impl<T> Freeze for No<T>
impl<T> RefUnwindSafe for No<T>where
T: RefUnwindSafe,
impl<T> Send for No<T>where
T: Send,
impl<T> Sync for No<T>where
T: Sync,
impl<T> Unpin for No<T>where
T: Unpin,
impl<T> UnwindSafe for No<T>where
T: 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