Enum ironcalc_base::expressions::token::OpCompare
source · pub enum OpCompare {
LessThan,
GreaterThan,
Equal,
LessOrEqualThan,
GreaterOrEqualThan,
NonEqual,
}Variants§
Trait Implementations§
source§impl PartialEq for OpCompare
impl PartialEq for OpCompare
impl Eq for OpCompare
impl StructuralEq for OpCompare
impl StructuralPartialEq for OpCompare
Auto Trait Implementations§
impl RefUnwindSafe for OpCompare
impl Send for OpCompare
impl Sync for OpCompare
impl Unpin for OpCompare
impl UnwindSafe for OpCompare
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