#[repr(transparent)]pub struct Third;Trait Implementations§
impl Copy for Third
impl Eq for Third
impl IntervalKind for Third
Source§impl Ord for Third
impl Ord for Third
1.21.0 (const: unstable) · 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 PartialOrd for Third
impl PartialOrd for Third
impl StructuralPartialEq for Third
Auto Trait Implementations§
impl Freeze for Third
impl RefUnwindSafe for Third
impl Send for Third
impl Sync for Third
impl Unpin for Third
impl UnsafeUnpin for Third
impl UnwindSafe for Third
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