Struct aws_sdk_rust::aws::s3::writeparse::CommonPrefix [] [src]

pub struct CommonPrefix {
    pub prefix: Prefix,
}

Fields

Trait Implementations

impl Debug for CommonPrefix
[src]

Formats the value using the given formatter.

impl Default for CommonPrefix
[src]

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

impl Decodable for CommonPrefix
[src]

Deserialize a value using a Decoder.

impl Encodable for CommonPrefix
[src]

Serialize a value using an Encoder.