Struct noodles_vcf::record::alternate_bases::AlternateBases [−][src]
pub struct AlternateBases(_);
Expand description
VCF record alternate bases (ALT
).
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AlternateBases
impl Send for AlternateBases
impl Sync for AlternateBases
impl Unpin for AlternateBases
impl UnwindSafe for AlternateBases
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.