Enum noodles_vcf::header::record::Value [−][src]
Expand description
A VCF header record value.
Variants
String(String)
Tuple Fields
0: String
A string.
Struct(Vec<(String, String)>)
A structure.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Value
impl UnwindSafe for Value
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.