Struct rusoto_s3::GetObjectAclOutput [] [src]

pub struct GetObjectAclOutput {
    pub grants: Option<Grants>,
    pub owner: Option<Owner>,
    pub request_charged: Option<RequestCharged>,
}

Fields

A list of grants.

Trait Implementations

impl Default for GetObjectAclOutput
[src]

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

impl Clone for GetObjectAclOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetObjectAclOutput
[src]

Formats the value using the given formatter.