pub enum CqlBinaryOperator {
Show 14 variants
And,
Or,
Eq,
Ne,
Lt,
Le,
Gt,
Ge,
Add,
Sub,
Mul,
Div,
Mod,
Like,
}Expand description
Binary operators
Variants§
Trait Implementations§
Source§impl Clone for CqlBinaryOperator
impl Clone for CqlBinaryOperator
Source§fn clone(&self) -> CqlBinaryOperator
fn clone(&self) -> CqlBinaryOperator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CqlBinaryOperator
impl Debug for CqlBinaryOperator
Source§impl<'de> Deserialize<'de> for CqlBinaryOperator
impl<'de> Deserialize<'de> for CqlBinaryOperator
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CqlBinaryOperator
impl PartialEq for CqlBinaryOperator
Source§fn eq(&self, other: &CqlBinaryOperator) -> bool
fn eq(&self, other: &CqlBinaryOperator) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CqlBinaryOperator
impl Serialize for CqlBinaryOperator
impl StructuralPartialEq for CqlBinaryOperator
Auto Trait Implementations§
impl Freeze for CqlBinaryOperator
impl RefUnwindSafe for CqlBinaryOperator
impl Send for CqlBinaryOperator
impl Sync for CqlBinaryOperator
impl Unpin for CqlBinaryOperator
impl UnsafeUnpin for CqlBinaryOperator
impl UnwindSafe for CqlBinaryOperator
Blanket Implementations§
impl<T> Allocation for T
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