pub enum OrganizationQuotaScope {
Organization,
Warehouse,
Unknown(String),
}Expand description
Inline enum for OrganizationQuota.scope.
Variants§
Trait Implementations§
Source§impl Clone for OrganizationQuotaScope
impl Clone for OrganizationQuotaScope
Source§fn clone(&self) -> OrganizationQuotaScope
fn clone(&self) -> OrganizationQuotaScope
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 moreSource§impl Debug for OrganizationQuotaScope
impl Debug for OrganizationQuotaScope
Source§impl Default for OrganizationQuotaScope
impl Default for OrganizationQuotaScope
Source§fn default() -> OrganizationQuotaScope
fn default() -> OrganizationQuotaScope
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OrganizationQuotaScope
impl<'de> Deserialize<'de> for OrganizationQuotaScope
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 OrganizationQuotaScope
impl Display for OrganizationQuotaScope
Source§impl PartialEq for OrganizationQuotaScope
impl PartialEq for OrganizationQuotaScope
Source§impl Serialize for OrganizationQuotaScope
impl Serialize for OrganizationQuotaScope
impl StructuralPartialEq for OrganizationQuotaScope
Auto Trait Implementations§
impl Freeze for OrganizationQuotaScope
impl RefUnwindSafe for OrganizationQuotaScope
impl Send for OrganizationQuotaScope
impl Sync for OrganizationQuotaScope
impl Unpin for OrganizationQuotaScope
impl UnsafeUnpin for OrganizationQuotaScope
impl UnwindSafe for OrganizationQuotaScope
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