Struct noodles_vcf::record::reference_bases::base::TryFromCharError [−][src]
pub struct TryFromCharError(_);
Expand description
An error returned when a character fails to convert to a base.
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 TryFromCharError
impl Send for TryFromCharError
impl Sync for TryFromCharError
impl Unpin for TryFromCharError
impl UnwindSafe for TryFromCharError
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.