pub enum PortableCompareOp {
Eq,
Ne,
Gt,
Gte,
Lt,
Lte,
}Variants§
Trait Implementations§
Source§impl Clone for PortableCompareOp
impl Clone for PortableCompareOp
Source§fn clone(&self) -> PortableCompareOp
fn clone(&self) -> PortableCompareOp
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 moreimpl Copy for PortableCompareOp
Source§impl Debug for PortableCompareOp
impl Debug for PortableCompareOp
Source§impl<'de> Deserialize<'de> for PortableCompareOp
impl<'de> Deserialize<'de> for PortableCompareOp
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 PortableCompareOp
Source§impl PartialEq for PortableCompareOp
impl PartialEq for PortableCompareOp
Source§impl Serialize for PortableCompareOp
impl Serialize for PortableCompareOp
impl StructuralPartialEq for PortableCompareOp
Auto Trait Implementations§
impl Freeze for PortableCompareOp
impl RefUnwindSafe for PortableCompareOp
impl Send for PortableCompareOp
impl Sync for PortableCompareOp
impl Unpin for PortableCompareOp
impl UnsafeUnpin for PortableCompareOp
impl UnwindSafe for PortableCompareOp
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