Enum noodles_vcf::record::reference_bases::base::Base [−][src]
pub enum Base {
A,
C,
G,
T,
N,
}
Expand description
A VCF record reference base.
Variants
Adenine.
Cytosine.
Guanine.
Thymine.
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.