pub enum OpComp {
EQ,
GT,
GTE,
IN,
}Expand description
Enum of avaliable comparator OpCode operations
Variants§
Trait Implementations§
impl Copy for OpComp
impl StructuralPartialEq for OpComp
Auto Trait Implementations§
impl Freeze for OpComp
impl RefUnwindSafe for OpComp
impl Send for OpComp
impl Sync for OpComp
impl Unpin for OpComp
impl UnwindSafe for OpComp
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