Struct aws_sdk_omics::types::SseConfig
source · #[non_exhaustive]pub struct SseConfig { /* private fields */ }
Expand description
Server-side encryption (SSE) settings for a store.
Implementations§
Trait Implementations§
source§impl PartialEq<SseConfig> for SseConfig
impl PartialEq<SseConfig> for SseConfig
impl StructuralPartialEq for SseConfig
Auto Trait Implementations§
impl RefUnwindSafe for SseConfig
impl Send for SseConfig
impl Sync for SseConfig
impl Unpin for SseConfig
impl UnwindSafe for SseConfig
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