Struct aws_sdk_s3::types::Sses3
source · #[non_exhaustive]pub struct Sses3 {}
Expand description
Specifies the use of SSE-S3 to encrypt delivered inventory reports.
Implementations§
Trait Implementations§
impl StructuralPartialEq for Sses3
Auto Trait Implementations§
impl Freeze for Sses3
impl RefUnwindSafe for Sses3
impl Send for Sses3
impl Sync for Sses3
impl Unpin for Sses3
impl UnwindSafe for Sses3
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.