Struct rusoto_storagegateway::Disk[][src]

pub struct Disk {
    pub disk_allocation_resource: Option<String>,
    pub disk_allocation_type: Option<String>,
    pub disk_id: Option<String>,
    pub disk_node: Option<String>,
    pub disk_path: Option<String>,
    pub disk_size_in_bytes: Option<i64>,
    pub disk_status: Option<String>,
}

Fields

Trait Implementations

impl Default for Disk
[src]

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

impl Debug for Disk
[src]

Formats the value using the given formatter. Read more

impl Clone for Disk
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Disk
[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

impl Send for Disk

impl Sync for Disk