Struct rusoto_workdocs::UserStorageMetadata[][src]

pub struct UserStorageMetadata {
    pub storage_rule: Option<StorageRuleType>,
    pub storage_utilized_in_bytes: Option<i64>,
}

Describes the storage for a user.

Fields

The storage for a user.

The amount of storage used, in bytes.

Trait Implementations

impl Default for UserStorageMetadata
[src]

Returns the "default value" for a type. Read more

impl Debug for UserStorageMetadata
[src]

Formats the value using the given formatter. Read more

impl Clone for UserStorageMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UserStorageMetadata
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations