pub struct CompareOp(/* private fields */);Implementations§
Source§impl CompareOp
impl CompareOp
pub const NEVER: Self
pub const LESS: Self
pub const EQUAL: Self
pub const LESS_OR_EQUAL: Self
pub const GREATER: Self
pub const NOT_EQUAL: Self
pub const GREATER_OR_EQUAL: Self
pub const ALWAYS: Self
Trait Implementations§
Source§impl Ord for CompareOp
impl Ord for CompareOp
Source§impl PartialOrd for CompareOp
impl PartialOrd for CompareOp
impl Copy for CompareOp
impl Eq for CompareOp
impl StructuralPartialEq for CompareOp
Auto Trait Implementations§
impl Freeze for CompareOp
impl RefUnwindSafe for CompareOp
impl Send for CompareOp
impl Sync for CompareOp
impl Unpin for CompareOp
impl UnwindSafe for CompareOp
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