pub enum RelOp {
LessThanOrEq,
GreaterThanOrEq,
Equal,
}Expand description
Relational operator for a constraint.
Variants§
Trait Implementations§
impl Copy for RelOp
impl StructuralPartialEq for RelOp
Auto Trait Implementations§
impl Freeze for RelOp
impl RefUnwindSafe for RelOp
impl Send for RelOp
impl Sync for RelOp
impl Unpin for RelOp
impl UnsafeUnpin for RelOp
impl UnwindSafe for RelOp
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