Struct rusoto_s3::GetBucketAclOutput [] [src]

pub struct GetBucketAclOutput {
    pub grants: Option<Grants>,
    pub owner: Option<Owner>,
}

Fields

A list of grants.

Trait Implementations

impl Default for GetBucketAclOutput
[src]

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

impl Clone for GetBucketAclOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetBucketAclOutput
[src]

Formats the value using the given formatter.