Struct rusoto_s3::BucketLoggingStatus [] [src]

pub struct BucketLoggingStatus {
    pub logging_enabled: Option<LoggingEnabled>,
}

Fields

Trait Implementations

impl Default for BucketLoggingStatus
[src]

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

impl Clone for BucketLoggingStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BucketLoggingStatus
[src]

Formats the value using the given formatter.