pub enum Key {
Id,
}
Expand description
A VCF header sample record key.
Variants
Id
(ID
).
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.