Struct aws_sdk_omics::types::SequenceStoreDetail
source · #[non_exhaustive]pub struct SequenceStoreDetail { /* private fields */ }
Expand description
Details about a sequence store.
Implementations§
source§impl SequenceStoreDetail
impl SequenceStoreDetail
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The store's description.
sourcepub fn sse_config(&self) -> Option<&SseConfig>
pub fn sse_config(&self) -> Option<&SseConfig>
The store's server-side encryption (SSE) settings.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
When the store was created.
sourcepub fn fallback_location(&self) -> Option<&str>
pub fn fallback_location(&self) -> Option<&str>
An S3 location that is used to store files that have failed a direct upload.
source§impl SequenceStoreDetail
impl SequenceStoreDetail
sourcepub fn builder() -> SequenceStoreDetailBuilder
pub fn builder() -> SequenceStoreDetailBuilder
Creates a new builder-style object to manufacture SequenceStoreDetail
.
Trait Implementations§
source§impl Clone for SequenceStoreDetail
impl Clone for SequenceStoreDetail
source§fn clone(&self) -> SequenceStoreDetail
fn clone(&self) -> SequenceStoreDetail
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SequenceStoreDetail
impl Debug for SequenceStoreDetail
source§impl PartialEq<SequenceStoreDetail> for SequenceStoreDetail
impl PartialEq<SequenceStoreDetail> for SequenceStoreDetail
source§fn eq(&self, other: &SequenceStoreDetail) -> bool
fn eq(&self, other: &SequenceStoreDetail) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SequenceStoreDetail
Auto Trait Implementations§
impl RefUnwindSafe for SequenceStoreDetail
impl Send for SequenceStoreDetail
impl Sync for SequenceStoreDetail
impl Unpin for SequenceStoreDetail
impl UnwindSafe for SequenceStoreDetail
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