Struct aws_sdk_rust::aws::s3::admin::AdminBuckets [] [src]

pub struct AdminBuckets {
    pub buckets: Vec<String>,
}

Ceph RGW Buckets

Fields

[]

Vec of buckets

Trait Implementations

impl Debug for AdminBuckets
[src]

[]

Formats the value using the given formatter.

impl Default for AdminBuckets
[src]

[]

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

impl Clone for AdminBuckets
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Decodable for AdminBuckets
[src]

[]

Deserialize a value using a Decoder.

impl Encodable for AdminBuckets
[src]

[]

Serialize a value using an Encoder.