Enum noodles_vcf::header::Number [−][src]
pub enum Number {
Count(usize),
A,
R,
G,
Unknown,
}
Expand description
A VCF number describing the cardinality of a field.
Variants
Count(usize)
An explicit size.
Tuple Fields of Count
0: usize
The number of alternate alleles.
The number of reference and alternate alleles.
The number of genotypes.
The size is unknown.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Number
impl UnwindSafe for Number
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.