Enum noodles_vcf::header::record::key::Key [−][src]
pub enum Key {
FileFormat,
Info,
Filter,
Format,
AlternativeAllele,
Assembly,
Contig,
Meta,
Sample,
Pedigree,
PedigreeDb,
Other(String),
}
Expand description
A VCF header record key.
Variants
File format (fileformat
).
Information (INFO
).
Filter (FILTER
)
Genotype format (FORMAT
).
Symbolic alternate allele (ALT
).
Breakpoint assemblies URI (assembly
).
Contig (contig
).
Meta (META
).
Sample (SAMPLE
).
Pedigree (PEDIGREE
).
Pedigree database URI (pedigreeDB
).
Other(String)
Any other record key.
Tuple Fields of Other
0: String
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.