#[repr(i32)]pub enum MinMaxOp {
Undefined = 0,
IsGreatest = 1,
IsLeast = 2,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for MinMaxOp
impl Ord for MinMaxOp
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 MinMaxOp
impl PartialOrd for MinMaxOp
impl Copy for MinMaxOp
impl Eq for MinMaxOp
impl StructuralPartialEq for MinMaxOp
Auto Trait Implementations§
impl Freeze for MinMaxOp
impl RefUnwindSafe for MinMaxOp
impl Send for MinMaxOp
impl Sync for MinMaxOp
impl Unpin for MinMaxOp
impl UnsafeUnpin for MinMaxOp
impl UnwindSafe for MinMaxOp
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