pub enum UnOper {
Not,
}
Expand description
Unary operator
Variants
Not
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UnOper
impl UnwindSafe for UnOper
Blanket Implementations
Mutably borrows from an owned value. Read more