Struct s3::serde_types::CommonPrefix [] [src]

pub struct CommonPrefix {
    pub prefix: String,
}

CommonPrefix is used to group keys

Fields

Keys that begin with the indicated prefix.

Trait Implementations

impl Debug for CommonPrefix
[src]

[src]

Formats the value using the given formatter.

impl Clone for CommonPrefix
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more