pub enum PortableConditionOp {
Equals,
NotEquals,
GreaterThan,
LessThan,
Contains,
Exists,
}Variants§
Trait Implementations§
Source§impl Clone for PortableConditionOp
impl Clone for PortableConditionOp
Source§fn clone(&self) -> PortableConditionOp
fn clone(&self) -> PortableConditionOp
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 PortableConditionOp
impl Debug for PortableConditionOp
Source§impl<'de> Deserialize<'de> for PortableConditionOp
impl<'de> Deserialize<'de> for PortableConditionOp
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
impl Eq for PortableConditionOp
Source§impl PartialEq for PortableConditionOp
impl PartialEq for PortableConditionOp
Source§impl Serialize for PortableConditionOp
impl Serialize for PortableConditionOp
impl StructuralPartialEq for PortableConditionOp
Auto Trait Implementations§
impl Freeze for PortableConditionOp
impl RefUnwindSafe for PortableConditionOp
impl Send for PortableConditionOp
impl Sync for PortableConditionOp
impl Unpin for PortableConditionOp
impl UnsafeUnpin for PortableConditionOp
impl UnwindSafe for PortableConditionOp
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