pub struct Meta<F, S, T>(/* private fields */);Expand description
Implemented packer
Trait Implementations§
Source§impl<F: FnMut(&mut S, usize) -> Option<T>, S, T> IterNthBack<S> for Meta<F, S, T>
impl<F: FnMut(&mut S, usize) -> Option<T>, S, T> IterNthBack<S> for Meta<F, S, 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<F: Ord, S: Ord, T: Ord> Ord for Meta<F, S, T>
impl<F: Ord, S: Ord, T: Ord> Ord for Meta<F, S, T>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<F: PartialOrd, S: PartialOrd, T: PartialOrd> PartialOrd for Meta<F, S, T>
impl<F: PartialOrd, S: PartialOrd, T: PartialOrd> PartialOrd for Meta<F, S, T>
impl<F: Copy, S: Copy, T: Copy> Copy for Meta<F, S, T>
impl<F: Eq, S: Eq, T: Eq> Eq for Meta<F, S, T>
impl<F, S, T> Implemented for Meta<F, S, T>
impl<F, S, T> StructuralPartialEq for Meta<F, S, T>
Auto Trait Implementations§
impl<F, S, T> Freeze for Meta<F, S, T>where
F: Freeze,
impl<F, S, T> RefUnwindSafe for Meta<F, S, T>
impl<F, S, T> Send for Meta<F, S, T>
impl<F, S, T> Sync for Meta<F, S, T>
impl<F, S, T> Unpin for Meta<F, S, T>
impl<F, S, T> UnwindSafe for Meta<F, S, T>
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