pub struct GetUsageAndQuotaParams {
pub origin: String,
}Expand description
Returns usage and quota in bytes. getUsageAndQuota
Fields§
§origin: StringSecurity origin.
Implementations§
Trait Implementations§
Source§impl Clone for GetUsageAndQuotaParams
impl Clone for GetUsageAndQuotaParams
Source§fn clone(&self) -> GetUsageAndQuotaParams
fn clone(&self) -> GetUsageAndQuotaParams
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 GetUsageAndQuotaParams
impl Debug for GetUsageAndQuotaParams
Source§impl<'de> Deserialize<'de> for GetUsageAndQuotaParams
impl<'de> Deserialize<'de> for GetUsageAndQuotaParams
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 GetUsageAndQuotaParams
impl PartialEq for GetUsageAndQuotaParams
Source§impl Serialize for GetUsageAndQuotaParams
impl Serialize for GetUsageAndQuotaParams
impl StructuralPartialEq for GetUsageAndQuotaParams
Auto Trait Implementations§
impl Freeze for GetUsageAndQuotaParams
impl RefUnwindSafe for GetUsageAndQuotaParams
impl Send for GetUsageAndQuotaParams
impl Sync for GetUsageAndQuotaParams
impl Unpin for GetUsageAndQuotaParams
impl UnsafeUnpin for GetUsageAndQuotaParams
impl UnwindSafe for GetUsageAndQuotaParams
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