Struct aws_sdk_rust::aws::s3::writeparse::CommonPrefix
[−]
[src]
pub struct CommonPrefix {
pub prefix: Prefix,
}Fields
prefix: Prefix
Trait Implementations
impl Debug for CommonPrefix[src]
impl Default for CommonPrefix[src]
fn default() -> CommonPrefix
Returns the "default value" for a type. Read more
impl Decodable for CommonPrefix[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<CommonPrefix, __D::Error>
Deserialize a value using a Decoder.