Enum noodles_vcf::record::reference_bases::TryFromBaseVectorError [−][src]
pub enum TryFromBaseVectorError {
Empty,
}
Expand description
An error returned when a vector of bases fails to convert to reference bases.
Variants
Empty
The input is empty.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TryFromBaseVectorError
impl Send for TryFromBaseVectorError
impl Sync for TryFromBaseVectorError
impl Unpin for TryFromBaseVectorError
impl UnwindSafe for TryFromBaseVectorError
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.