pub enum ControlOp {
If,
And,
Or,
Not,
DoubleNegation,
}
Expand description
Enumeration of logical operators.
Variants§
Trait Implementations§
impl Copy for ControlOp
impl Eq for ControlOp
impl StructuralPartialEq for ControlOp
Auto Trait Implementations§
impl Freeze for ControlOp
impl RefUnwindSafe for ControlOp
impl Send for ControlOp
impl Sync for ControlOp
impl Unpin for ControlOp
impl UnwindSafe for ControlOp
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