Enum noodles_vcf::record::reference_bases::base::Base
source ·
[−]pub enum Base {
A,
C,
G,
T,
N,
}
Expand description
A VCF record reference base.
Variants
A
Adenine.
C
Cytosine.
G
Guanine.
T
Thymine.
N
Any base.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Base
impl UnwindSafe for Base
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.