pub enum PricingTierOperator {
Gt,
Gte,
Lt,
Lte,
Eq,
Neq,
}Expand description
PricingTierOperator : Comparison operators for pricing tier conditions Comparison operators for pricing tier conditions
Variants§
Trait Implementations§
Source§impl Clone for PricingTierOperator
impl Clone for PricingTierOperator
Source§fn clone(&self) -> PricingTierOperator
fn clone(&self) -> PricingTierOperator
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 PricingTierOperator
Source§impl Debug for PricingTierOperator
impl Debug for PricingTierOperator
Source§impl Default for PricingTierOperator
impl Default for PricingTierOperator
Source§fn default() -> PricingTierOperator
fn default() -> PricingTierOperator
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PricingTierOperator
impl<'de> Deserialize<'de> for PricingTierOperator
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 Display for PricingTierOperator
impl Display for PricingTierOperator
impl Eq for PricingTierOperator
Source§impl Hash for PricingTierOperator
impl Hash for PricingTierOperator
Source§impl Ord for PricingTierOperator
impl Ord for PricingTierOperator
Source§fn cmp(&self, other: &PricingTierOperator) -> Ordering
fn cmp(&self, other: &PricingTierOperator) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PricingTierOperator
impl PartialEq for PricingTierOperator
Source§impl PartialOrd for PricingTierOperator
impl PartialOrd for PricingTierOperator
Source§impl Serialize for PricingTierOperator
impl Serialize for PricingTierOperator
impl StructuralPartialEq for PricingTierOperator
Auto Trait Implementations§
impl Freeze for PricingTierOperator
impl RefUnwindSafe for PricingTierOperator
impl Send for PricingTierOperator
impl Sync for PricingTierOperator
impl Unpin for PricingTierOperator
impl UnsafeUnpin for PricingTierOperator
impl UnwindSafe for PricingTierOperator
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