Struct aws_sdk_omics::model::TsvStoreOptions
source · #[non_exhaustive]pub struct TsvStoreOptions { /* private fields */ }
Expand description
File settings for a TSV store.
Implementations§
source§impl TsvStoreOptions
impl TsvStoreOptions
sourcepub fn annotation_type(&self) -> Option<&AnnotationType>
pub fn annotation_type(&self) -> Option<&AnnotationType>
The store's annotation type.
sourcepub fn format_to_header(&self) -> Option<&HashMap<FormatToHeaderKey, String>>
pub fn format_to_header(&self) -> Option<&HashMap<FormatToHeaderKey, String>>
The store's header key to column name mapping.
source§impl TsvStoreOptions
impl TsvStoreOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TsvStoreOptions
.
Trait Implementations§
source§impl Clone for TsvStoreOptions
impl Clone for TsvStoreOptions
source§fn clone(&self) -> TsvStoreOptions
fn clone(&self) -> TsvStoreOptions
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 TsvStoreOptions
impl Debug for TsvStoreOptions
source§impl PartialEq<TsvStoreOptions> for TsvStoreOptions
impl PartialEq<TsvStoreOptions> for TsvStoreOptions
source§fn eq(&self, other: &TsvStoreOptions) -> bool
fn eq(&self, other: &TsvStoreOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.