Enum rosetta_types::operator::Operator
source · pub enum Operator {
Or,
And,
}Expand description
Operator : Operator is used by query-related endpoints to determine how to apply conditions. If this field is not populated, the default and value will be used.
Operator is used by query-related endpoints to determine how to apply conditions. If this field is not populated, the default and value will be used.
Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Operator
impl<'de> Deserialize<'de> for Operator
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 Ord for Operator
impl Ord for Operator
source§impl PartialEq<Operator> for Operator
impl PartialEq<Operator> for Operator
source§impl PartialOrd<Operator> for Operator
impl PartialOrd<Operator> for Operator
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more