Struct aws_sdk_omics::model::VcfOptions
source · #[non_exhaustive]pub struct VcfOptions { /* private fields */ }
Expand description
Formatting options for a VCF file.
Implementations§
source§impl VcfOptions
impl VcfOptions
sourcepub fn ignore_qual_field(&self) -> Option<bool>
pub fn ignore_qual_field(&self) -> Option<bool>
The file's ignore qual field setting.
sourcepub fn ignore_filter_field(&self) -> Option<bool>
pub fn ignore_filter_field(&self) -> Option<bool>
The file's ignore filter field setting.
source§impl VcfOptions
impl VcfOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VcfOptions
.
Trait Implementations§
source§impl Clone for VcfOptions
impl Clone for VcfOptions
source§fn clone(&self) -> VcfOptions
fn clone(&self) -> VcfOptions
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 VcfOptions
impl Debug for VcfOptions
source§impl PartialEq<VcfOptions> for VcfOptions
impl PartialEq<VcfOptions> for VcfOptions
source§fn eq(&self, other: &VcfOptions) -> bool
fn eq(&self, other: &VcfOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.