Enum noodles_vcf::header::info::ty::Type [−][src]
pub enum Type {
Integer,
Float,
Flag,
Character,
String,
}
Expand description
A VCF header information field value type.
Variants
Integer
A 32-bit integer.
Float
A single-precision floating-point.
Flag
A boolean.
Character
A character.
String
A string.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Type
impl UnwindSafe for Type
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.