Struct aws_sdk_rust::aws::s3::acl::AccessControlList [] [src]

pub struct AccessControlList {
    pub grants: Grants,
}

Fields

Trait Implementations

impl Debug for AccessControlList
[src]

Formats the value using the given formatter.

impl Default for AccessControlList
[src]

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

impl Decodable for AccessControlList
[src]

Deserialize a value using a Decoder.

impl Encodable for AccessControlList
[src]

Serialize a value using an Encoder.