Enum ory_client::models::quota_usage::FeatureEnum
source · pub enum FeatureEnum {
Show 16 variants
RegionEu,
RegionUs,
RegionApac,
RegionGlobal,
ProductionProjects,
DailyActiveUsers,
CustomDomains,
Sla,
CollaboratorSeats,
EdgeCache,
BrandingThemes,
ZendeskSupport,
ProjectMetrics,
RateLimitTier,
SessionRateLimitTier,
IdentitiesListRateLimitTier,
}Expand description
region_eu RegionEU region_us RegionUS region_apac RegionAPAC region_global RegionGlobal production_projects ProductionProjects daily_active_users DailyActiveUsers custom_domains CustomDomains sla SLA collaborator_seats CollaboratorSeats edge_cache EdgeCache branding_themes BrandingThemes zendesk_support ZendeskSupport project_metrics ProjectMetrics rate_limit_tier RateLimitTier session_rate_limit_tier RateLimitTierSessions identities_list_rate_limit_tier RateLimitTierIdentitiesList
Variants§
RegionEu
RegionUs
RegionApac
RegionGlobal
ProductionProjects
DailyActiveUsers
CustomDomains
Sla
CollaboratorSeats
EdgeCache
BrandingThemes
ZendeskSupport
ProjectMetrics
RateLimitTier
SessionRateLimitTier
IdentitiesListRateLimitTier
Trait Implementations§
source§impl Clone for FeatureEnum
impl Clone for FeatureEnum
source§fn clone(&self) -> FeatureEnum
fn clone(&self) -> FeatureEnum
Returns a copy of the value. Read more
1.0.0 · 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 FeatureEnum
impl Debug for FeatureEnum
source§impl<'de> Deserialize<'de> for FeatureEnum
impl<'de> Deserialize<'de> for FeatureEnum
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 Hash for FeatureEnum
impl Hash for FeatureEnum
source§impl Ord for FeatureEnum
impl Ord for FeatureEnum
source§fn cmp(&self, other: &FeatureEnum) -> Ordering
fn cmp(&self, other: &FeatureEnum) -> Ordering
1.21.0 · 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<FeatureEnum> for FeatureEnum
impl PartialEq<FeatureEnum> for FeatureEnum
source§fn eq(&self, other: &FeatureEnum) -> bool
fn eq(&self, other: &FeatureEnum) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<FeatureEnum> for FeatureEnum
impl PartialOrd<FeatureEnum> for FeatureEnum
source§fn partial_cmp(&self, other: &FeatureEnum) -> Option<Ordering>
fn partial_cmp(&self, other: &FeatureEnum) -> Option<Ordering>
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 moresource§impl Serialize for FeatureEnum
impl Serialize for FeatureEnum
impl Copy for FeatureEnum
impl Eq for FeatureEnum
impl StructuralEq for FeatureEnum
impl StructuralPartialEq for FeatureEnum
Auto Trait Implementations§
impl RefUnwindSafe for FeatureEnum
impl Send for FeatureEnum
impl Sync for FeatureEnum
impl Unpin for FeatureEnum
impl UnwindSafe for FeatureEnum
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
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.