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
FileFormat
File format (fileformat
).
Info
Information (INFO
).
Filter
Filter (FILTER
)
Format
Genotype format (FORMAT
).
AlternativeAllele
Symbolic alternate allele (ALT
).
Assembly
Breakpoint assemblies URI (assembly
).
Contig
Contig (contig
).
Meta
Meta (META
).
Sample
Sample (SAMPLE
).
Pedigree
Pedigree (PEDIGREE
).
PedigreeDb
Pedigree database URI (pedigreeDB
).
Other(String)
Tuple Fields
0: String
Any other record key.
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.