pub enum LogicUn {
Not,
}Expand description
Logic unary operators
Variants§
Not
Implementations§
Trait Implementations§
Source§impl UnaryOperator for LogicUn
impl UnaryOperator for LogicUn
fn push_operator<Sql, Arg>(&self, sql: &mut Sql)where
Sql: WriteSql<Arg>,
impl Copy for LogicUn
impl Eq for LogicUn
impl StructuralPartialEq for LogicUn
Auto Trait Implementations§
impl Freeze for LogicUn
impl RefUnwindSafe for LogicUn
impl Send for LogicUn
impl Sync for LogicUn
impl Unpin for LogicUn
impl UnwindSafe for LogicUn
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