Enum noodles_vcf::record::chromosome::ParseError
source ·
[−]pub enum ParseError {
Empty,
Missing,
Invalid,
}
Expand description
An error returned when a raw VCF record chromosome fails to parse.
Variants
Empty
The input is empty.
Missing
The input is missing (.
).
Invalid
The input is invalid.
Trait Implementations
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.