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

pub struct PutObjectAclOutput {
    pub request_charged: RequestCharged,
}

Fields

Trait Implementations

impl Debug for PutObjectAclOutput
[src]

Formats the value using the given formatter.

impl Default for PutObjectAclOutput
[src]

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

impl Decodable for PutObjectAclOutput
[src]

Deserialize a value using a Decoder.

impl Encodable for PutObjectAclOutput
[src]

Serialize a value using an Encoder.