Enum noodles_vcf::header::record::ParseError
source ·
[−]pub enum ParseError {
Invalid,
InvalidKey(ParseError),
}
Expand description
An error returned when a raw VCF header record fails to parse.
Variants
Invalid
The input is invalid.
InvalidKey(ParseError)
Tuple Fields
0: ParseError
The record key is invalid.
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 ParseError
impl Send for ParseError
impl Sync for ParseError
impl Unpin for ParseError
impl UnwindSafe for ParseError
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.