pub struct ServerSideEncryptionConfiguration {
pub sse_algorithm: String,
pub kms_master_key_id: Option<String>,
}Fields§
§sse_algorithm: String§kms_master_key_id: Option<String>Trait Implementations§
Source§impl Clone for ServerSideEncryptionConfiguration
impl Clone for ServerSideEncryptionConfiguration
Source§fn clone(&self) -> ServerSideEncryptionConfiguration
fn clone(&self) -> ServerSideEncryptionConfiguration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ServerSideEncryptionConfiguration
impl RefUnwindSafe for ServerSideEncryptionConfiguration
impl Send for ServerSideEncryptionConfiguration
impl Sync for ServerSideEncryptionConfiguration
impl Unpin for ServerSideEncryptionConfiguration
impl UnsafeUnpin for ServerSideEncryptionConfiguration
impl UnwindSafe for ServerSideEncryptionConfiguration
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more