Enum noodles_vcf::header::format::key::Key [−][src]
pub enum Key {
Id,
Number,
Type,
Description,
Idx,
}
Expand description
A VCF header genotype format field value key.
Variants
Id
(ID
).
Number
(Number
).
Type
(Type
).
Description
(Description
).
Idx
(IDX
).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Key
impl UnwindSafe for Key
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.