Enum bam::record::EntriesError [−][src]
pub enum EntriesError {
NoSequence,
NoMD,
IncorrectMD,
}Expand description
An error that can arise from alignment_entries.
Variants:
- NoSequence - the record has no sequence,
- NoMD - the record has no MD tag,
- IncorrectMD - the record has an MD tag, but it has an unexpected type.
Variants
NoSequence
NoMD
IncorrectMD
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EntriesError
impl Send for EntriesError
impl Sync for EntriesError
impl Unpin for EntriesError
impl UnwindSafe for EntriesError
Blanket Implementations
Mutably borrows from an owned value. Read more
