pub enum ThresholdCompOp {
Geq,
Lt,
}Expand description
Restricted form of ComparisonOp
Variants§
Trait Implementations§
Source§impl Clone for ThresholdCompOp
impl Clone for ThresholdCompOp
Source§fn clone(&self) -> ThresholdCompOp
fn clone(&self) -> ThresholdCompOp
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 Debug for ThresholdCompOp
impl Debug for ThresholdCompOp
Source§impl Display for ThresholdCompOp
impl Display for ThresholdCompOp
Source§impl From<ThresholdCompOp> for ComparisonOp
impl From<ThresholdCompOp> for ComparisonOp
Source§fn from(value: ThresholdCompOp) -> Self
fn from(value: ThresholdCompOp) -> Self
Converts to this type from the input type.
Source§impl Hash for ThresholdCompOp
impl Hash for ThresholdCompOp
Source§impl Ord for ThresholdCompOp
impl Ord for ThresholdCompOp
Source§fn cmp(&self, other: &ThresholdCompOp) -> Ordering
fn cmp(&self, other: &ThresholdCompOp) -> 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 PartialEq for ThresholdCompOp
impl PartialEq for ThresholdCompOp
Source§impl PartialOrd for ThresholdCompOp
impl PartialOrd for ThresholdCompOp
impl Copy for ThresholdCompOp
impl Eq for ThresholdCompOp
impl StructuralPartialEq for ThresholdCompOp
Auto Trait Implementations§
impl Freeze for ThresholdCompOp
impl RefUnwindSafe for ThresholdCompOp
impl Send for ThresholdCompOp
impl Sync for ThresholdCompOp
impl Unpin for ThresholdCompOp
impl UnwindSafe for ThresholdCompOp
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