Struct rusoto_s3::ServerSideEncryptionConfiguration [−][src]
pub struct ServerSideEncryptionConfiguration {
pub rules: Vec<ServerSideEncryptionRule>,
}Expand description
Specifies the default server-side-encryption configuration.
Fields
rules: Vec<ServerSideEncryptionRule>Container for information about a particular server-side encryption configuration rule.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for ServerSideEncryptionConfiguration
impl Sync for ServerSideEncryptionConfiguration
impl Unpin for ServerSideEncryptionConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more