Enum rust_htslib::bam::BGZFError
[−]
pub enum BGZFError {
Some,
}Variants
Some
Trait Implementations
impl From<BGZFError> for IndexedReaderError
fn from(err: BGZFError) -> IndexedReaderError
Performs the conversion.
impl From<BGZFError> for WriterPathError
fn from(err: BGZFError) -> WriterPathError
Performs the conversion.
impl Debug for BGZFError[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for BGZFError[src]
fn clone(&self) -> BGZFError[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Display for BGZFError
impl Error for BGZFError
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
The lower-level cause of this error, if any. Read more
impl From<BGZFError> for ReaderPathError
fn from(err: BGZFError) -> ReaderPathError
Performs the conversion.