Enum cedar_policy_core::parser::cst::AddOp
source · pub enum AddOp {
Plus,
Minus,
}
Expand description
Allowed Ops for Add
Variants§
Trait Implementations§
source§impl PartialEq<AddOp> for AddOp
impl PartialEq<AddOp> for AddOp
impl Copy for AddOp
impl Eq for AddOp
impl StructuralEq for AddOp
impl StructuralPartialEq for AddOp
Auto Trait Implementations§
impl RefUnwindSafe for AddOp
impl Send for AddOp
impl Sync for AddOp
impl Unpin for AddOp
impl UnwindSafe for AddOp
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