Enum cedar_policy_core::parser::cst::NegOp
source · pub enum NegOp {
Bang(u8),
OverBang,
Dash(u8),
OverDash,
}
Expand description
Allowed Ops for Neg
Variants§
Trait Implementations§
source§impl PartialEq for NegOp
impl PartialEq for NegOp
impl Copy for NegOp
impl Eq for NegOp
impl StructuralPartialEq for NegOp
Auto Trait Implementations§
impl Freeze for NegOp
impl RefUnwindSafe for NegOp
impl Send for NegOp
impl Sync for NegOp
impl Unpin for NegOp
impl UnwindSafe for NegOp
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