Struct rusoto_storagegateway::ListLocalDisksOutput [] [src]

pub struct ListLocalDisksOutput {
    pub disks: Option<Disks>,
    pub gateway_arn: Option<GatewayARN>,
}

Fields

Trait Implementations

impl Default for ListLocalDisksOutput
[src]

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

impl Debug for ListLocalDisksOutput
[src]

Formats the value using the given formatter.

impl Clone for ListLocalDisksOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more