Struct rusoto_workdocs::StorageRuleType [] [src]

pub struct StorageRuleType {
    pub storage_allocated_in_bytes: Option<i64>,
    pub storage_type: Option<String>,
}

Describes the storage for a user.

Fields

The amount of storage allocated, in bytes.

The type of storage.

Trait Implementations

impl Default for StorageRuleType
[src]

[src]

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

impl Debug for StorageRuleType
[src]

[src]

Formats the value using the given formatter.

impl Clone for StorageRuleType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more