Enum sql_parse::UnaryOperator
source · pub enum UnaryOperator {
Binary,
Collate,
LogicalNot,
Minus,
Not,
}
Expand description
Unary operator to apply
Variants§
Trait Implementations§
source§impl Clone for UnaryOperator
impl Clone for UnaryOperator
source§fn clone(&self) -> UnaryOperator
fn clone(&self) -> UnaryOperator
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more