pub struct PartialIgnoredOrd<T, U>(pub T, pub U);
Tuple Fields§
§0: T
§1: U
Trait Implementations§
Source§impl<T: Clone, U: Clone> Clone for PartialIgnoredOrd<T, U>
impl<T: Clone, U: Clone> Clone for PartialIgnoredOrd<T, U>
Source§fn clone(&self) -> PartialIgnoredOrd<T, U>
fn clone(&self) -> PartialIgnoredOrd<T, U>
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<T: Default, U: Default> Default for PartialIgnoredOrd<T, U>
impl<T: Default, U: Default> Default for PartialIgnoredOrd<T, U>
Source§fn default() -> PartialIgnoredOrd<T, U>
fn default() -> PartialIgnoredOrd<T, U>
Returns the “default value” for a type. Read more
Source§impl<T, U> Ord for PartialIgnoredOrd<T, U>where
T: Ord,
impl<T, U> Ord for PartialIgnoredOrd<T, U>where
T: Ord,
Source§impl<T, U> PartialEq for PartialIgnoredOrd<T, U>where
T: PartialEq,
impl<T, U> PartialEq for PartialIgnoredOrd<T, U>where
T: PartialEq,
Source§impl<T, U> PartialOrd for PartialIgnoredOrd<T, U>where
T: PartialOrd,
impl<T, U> PartialOrd for PartialIgnoredOrd<T, U>where
T: PartialOrd,
impl<T: Copy, U: Copy> Copy for PartialIgnoredOrd<T, U>
impl<T: Eq, U> Eq for PartialIgnoredOrd<T, U>
Auto Trait Implementations§
impl<T, U> Freeze for PartialIgnoredOrd<T, U>
impl<T, U> RefUnwindSafe for PartialIgnoredOrd<T, U>where
T: RefUnwindSafe,
U: RefUnwindSafe,
impl<T, U> Send for PartialIgnoredOrd<T, U>
impl<T, U> Sync for PartialIgnoredOrd<T, U>
impl<T, U> Unpin for PartialIgnoredOrd<T, U>
impl<T, U> UnwindSafe for PartialIgnoredOrd<T, U>where
T: UnwindSafe,
U: UnwindSafe,
Blanket Implementations§
Source§impl<T> AsTotalOrd for Twhere
T: PartialOrd,
impl<T> AsTotalOrd for Twhere
T: PartialOrd,
fn as_total_ord(&self) -> TotalOrd<&T>
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