Enum cedar_policy_core::parser::cst::RelOp
source · pub enum RelOp {
Less,
LessEq,
GreaterEq,
Greater,
NotEq,
Eq,
In,
}
Expand description
The operation involved in a comparision
Variants§
Trait Implementations§
source§impl PartialEq<RelOp> for RelOp
impl PartialEq<RelOp> for RelOp
impl Copy for RelOp
impl Eq for RelOp
impl StructuralEq for RelOp
impl StructuralPartialEq for RelOp
Auto Trait Implementations§
impl RefUnwindSafe for RelOp
impl Send for RelOp
impl Sync for RelOp
impl Unpin 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