pub enum PlanType {
Show 17 variants
Guest,
Free,
Go,
Plus,
Pro,
ProLite,
FreeWorkspace,
Team,
SelfServeBusinessUsageBased,
Business,
EnterpriseCbpUsageBased,
Education,
Quorum,
K12,
Enterprise,
Edu,
Unknown,
}Variants§
Guest
Free
Go
Plus
Pro
ProLite
FreeWorkspace
Team
SelfServeBusinessUsageBased
Business
EnterpriseCbpUsageBased
Education
Quorum
K12
Enterprise
Edu
Unknown
Trait Implementations§
impl Copy for PlanType
Source§impl<'de> Deserialize<'de> for PlanType
impl<'de> Deserialize<'de> for PlanType
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 PlanType
Source§impl Ord for PlanType
impl Ord for PlanType
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 PartialOrd for PlanType
impl PartialOrd for PlanType
impl StructuralPartialEq for PlanType
Auto Trait Implementations§
impl Freeze for PlanType
impl RefUnwindSafe for PlanType
impl Send for PlanType
impl Sync for PlanType
impl Unpin for PlanType
impl UnsafeUnpin for PlanType
impl UnwindSafe for PlanType
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