Enum gluesql_core::data::value::NumericBinaryOperator
source · [−]pub enum NumericBinaryOperator {
Add,
Subtract,
Multiply,
Divide,
Modulo,
}Variants
Add
Subtract
Multiply
Divide
Modulo
Trait Implementations
sourceimpl Debug for NumericBinaryOperator
impl Debug for NumericBinaryOperator
sourceimpl Display for NumericBinaryOperator
impl Display for NumericBinaryOperator
sourceimpl PartialEq<NumericBinaryOperator> for NumericBinaryOperator
impl PartialEq<NumericBinaryOperator> for NumericBinaryOperator
sourcefn eq(&self, other: &NumericBinaryOperator) -> bool
fn eq(&self, other: &NumericBinaryOperator) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl Serialize for NumericBinaryOperator
impl Serialize for NumericBinaryOperator
impl Eq for NumericBinaryOperator
impl StructuralEq for NumericBinaryOperator
impl StructuralPartialEq for NumericBinaryOperator
Auto Trait Implementations
impl RefUnwindSafe for NumericBinaryOperator
impl Send for NumericBinaryOperator
impl Sync for NumericBinaryOperator
impl Unpin for NumericBinaryOperator
impl UnwindSafe for NumericBinaryOperator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key and return true if they are equal.