Enum noodles_vcf::record::info::TryFromFieldsError
source ·
[−]pub enum TryFromFieldsError {
DuplicateKey(Key),
}
Expand description
An error returned when VCF info fields fail to convert.
Variants
DuplicateKey(Key)
Tuple Fields
0: Key
A key is duplicated.
§ 1.6.1 Fixed fields (2021-01-13): “Duplicate keys are not allowed.”
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TryFromFieldsError
impl Send for TryFromFieldsError
impl Sync for TryFromFieldsError
impl Unpin for TryFromFieldsError
impl UnwindSafe for TryFromFieldsError
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.