pub enum GetUsageAndQuotaMethod {
GetUsageAndQuota,
}Variants§
GetUsageAndQuota
Trait Implementations§
Source§impl Clone for GetUsageAndQuotaMethod
impl Clone for GetUsageAndQuotaMethod
Source§fn clone(&self) -> GetUsageAndQuotaMethod
fn clone(&self) -> GetUsageAndQuotaMethod
Returns a duplicate 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 GetUsageAndQuotaMethod
impl Debug for GetUsageAndQuotaMethod
Source§impl<'de> Deserialize<'de> for GetUsageAndQuotaMethod
impl<'de> Deserialize<'de> for GetUsageAndQuotaMethod
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 PartialEq for GetUsageAndQuotaMethod
impl PartialEq for GetUsageAndQuotaMethod
Source§impl Serialize for GetUsageAndQuotaMethod
impl Serialize for GetUsageAndQuotaMethod
impl StructuralPartialEq for GetUsageAndQuotaMethod
Auto Trait Implementations§
impl Freeze for GetUsageAndQuotaMethod
impl RefUnwindSafe for GetUsageAndQuotaMethod
impl Send for GetUsageAndQuotaMethod
impl Sync for GetUsageAndQuotaMethod
impl Unpin for GetUsageAndQuotaMethod
impl UnsafeUnpin for GetUsageAndQuotaMethod
impl UnwindSafe for GetUsageAndQuotaMethod
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