Struct google_drive::types::StorageQuota [−][src]
pub struct StorageQuota {
pub limit: i64,
pub usage: i64,
pub usage_in_drive: i64,
pub usage_in_drive_trash: i64,
}Expand description
The user’s storage quota limits and usage. All fields are measured in bytes.
Fields
limit: i64The user’s storage quota limits and usage. All fields are measured in bytes.
usage: i64The user’s storage quota limits and usage. All fields are measured in bytes.
usage_in_drive: i64The user’s storage quota limits and usage. All fields are measured in bytes.
usage_in_drive_trash: i64The user’s storage quota limits and usage. All fields are measured in bytes.
Trait Implementations
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for StorageQuota
impl Send for StorageQuota
impl Sync for StorageQuota
impl Unpin for StorageQuota
impl UnwindSafe for StorageQuota
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more