Struct rusoto_s3::CORSConfiguration [] [src]

pub struct CORSConfiguration {
    pub cors_rules: CORSRules,
}

Fields

Trait Implementations

impl Default for CORSConfiguration
[src]

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

impl Clone for CORSConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CORSConfiguration
[src]

Formats the value using the given formatter.