Struct aws_sdk_s3::model::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
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more