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)
Tuple Fields
0: usize
An explicit size.
A
The number of alternate alleles.
R
The number of reference and alternate alleles.
G
The number of genotypes.
Unknown
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.