Enum ory_client::models::null_plan::NullPlan
source · pub enum NullPlan {
Unknown,
Free,
StartUpMonthly,
StartUpYearly,
BusinessMonthly,
BusinessYearly,
Custom,
}Expand description
NullPlan : unknown Unknown free Free start_up_monthly StartUpMonthly start_up_yearly StartUpYearly business_monthly BusinessMonthly business_yearly BusinessYearly custom Custom unknown Unknown free Free start_up_monthly StartUpMonthly start_up_yearly StartUpYearly business_monthly BusinessMonthly business_yearly BusinessYearly custom Custom
Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for NullPlan
impl<'de> Deserialize<'de> for NullPlan
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 NullPlan
impl Ord for NullPlan
source§impl PartialEq<NullPlan> for NullPlan
impl PartialEq<NullPlan> for NullPlan
source§impl PartialOrd<NullPlan> for NullPlan
impl PartialOrd<NullPlan> for NullPlan
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 moreimpl Copy for NullPlan
impl Eq for NullPlan
impl StructuralEq for NullPlan
impl StructuralPartialEq for NullPlan
Auto Trait Implementations§
impl RefUnwindSafe for NullPlan
impl Send for NullPlan
impl Sync for NullPlan
impl Unpin for NullPlan
impl UnwindSafe for NullPlan
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.