Struct aws_sdk_s3::types::Ssekms
source · #[non_exhaustive]pub struct Ssekms { /* private fields */ }
Expand description
Specifies the use of SSE-KMS to encrypt delivered inventory reports.
Implementations§
Trait Implementations§
source§impl PartialEq<Ssekms> for Ssekms
impl PartialEq<Ssekms> for Ssekms
impl StructuralPartialEq for Ssekms
Auto Trait Implementations§
impl RefUnwindSafe for Ssekms
impl Send for Ssekms
impl Sync for Ssekms
impl Unpin for Ssekms
impl UnwindSafe for Ssekms
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