#[non_exhaustive]pub struct NotAllPairs<'i, Item: Debug, Invariant: Test<Item, 2>> { /* private fields */ }
Expand description
At least one pair in an iterator did not satisfy the given invariant.
Trait Implementations§
Source§impl<'i, Item: Clone + Debug, Invariant: Clone + Test<Item, 2>> Clone for NotAllPairs<'i, Item, Invariant>
impl<'i, Item: Clone + Debug, Invariant: Clone + Test<Item, 2>> Clone for NotAllPairs<'i, Item, Invariant>
Source§fn clone(&self) -> NotAllPairs<'i, Item, Invariant>
fn clone(&self) -> NotAllPairs<'i, Item, Invariant>
Returns a copy 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<'i, Item: Debug + Debug, Invariant: Debug + Test<Item, 2>> Debug for NotAllPairs<'i, Item, Invariant>
impl<'i, Item: Debug + Debug, Invariant: Debug + Test<Item, 2>> Debug for NotAllPairs<'i, Item, Invariant>
Source§impl<'i, Item: Hash + Debug, Invariant: Hash + Test<Item, 2>> Hash for NotAllPairs<'i, Item, Invariant>
impl<'i, Item: Hash + Debug, Invariant: Hash + Test<Item, 2>> Hash for NotAllPairs<'i, Item, Invariant>
Source§impl<'i, Item: Ord + Debug, Invariant: Ord + Test<Item, 2>> Ord for NotAllPairs<'i, Item, Invariant>
impl<'i, Item: Ord + Debug, Invariant: Ord + Test<Item, 2>> Ord for NotAllPairs<'i, Item, Invariant>
Source§fn cmp(&self, other: &NotAllPairs<'i, Item, Invariant>) -> Ordering
fn cmp(&self, other: &NotAllPairs<'i, Item, Invariant>) -> Ordering
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<'i, Item: PartialEq + Debug, Invariant: PartialEq + Test<Item, 2>> PartialEq for NotAllPairs<'i, Item, Invariant>
impl<'i, Item: PartialEq + Debug, Invariant: PartialEq + Test<Item, 2>> PartialEq for NotAllPairs<'i, Item, Invariant>
Source§fn eq(&self, other: &NotAllPairs<'i, Item, Invariant>) -> bool
fn eq(&self, other: &NotAllPairs<'i, Item, Invariant>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl<'i, Item: PartialOrd + Debug, Invariant: PartialOrd + Test<Item, 2>> PartialOrd for NotAllPairs<'i, Item, Invariant>where
Invariant::Error<'i>: PartialOrd,
impl<'i, Item: PartialOrd + Debug, Invariant: PartialOrd + Test<Item, 2>> PartialOrd for NotAllPairs<'i, Item, Invariant>where
Invariant::Error<'i>: PartialOrd,
impl<'i, Item: Copy + Debug, Invariant: Copy + Test<Item, 2>> Copy for NotAllPairs<'i, Item, Invariant>
impl<'i, Item: Eq + Debug, Invariant: Eq + Test<Item, 2>> Eq for NotAllPairs<'i, Item, Invariant>
impl<'i, Item: Debug, Invariant: Test<Item, 2>> StructuralPartialEq for NotAllPairs<'i, Item, Invariant>
Auto Trait Implementations§
impl<'i, Item, Invariant> Freeze for NotAllPairs<'i, Item, Invariant>
impl<'i, Item, Invariant> RefUnwindSafe for NotAllPairs<'i, Item, Invariant>
impl<'i, Item, Invariant> Send for NotAllPairs<'i, Item, Invariant>
impl<'i, Item, Invariant> Sync for NotAllPairs<'i, Item, Invariant>
impl<'i, Item, Invariant> Unpin for NotAllPairs<'i, Item, Invariant>
impl<'i, Item, Invariant> UnwindSafe for NotAllPairs<'i, Item, Invariant>
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