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