Enum noodles_vcf::record::chromosome::Chromosome [−][src]
Expand description
A VCF record chromosome (CHROM
).
Variants
Name(String)
Tuple Fields
0: String
A reference sequence name.
Symbol(String)
Tuple Fields
0: String
A symbol.
Trait Implementations
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 Chromosome
impl Send for Chromosome
impl Sync for Chromosome
impl Unpin for Chromosome
impl UnwindSafe for Chromosome
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.