Enum rust_htslib::tbx::TabixReaderError
[−]
pub enum TabixReaderError { InvalidIndex, BGZFError(BGZFError), }
Variants
InvalidIndex
BGZFError(BGZFError)
Trait Implementations
impl Debug for TabixReaderError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for TabixReaderError
[src]
fn clone(&self) -> TabixReaderError
[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 TabixReaderError
impl Error for TabixReaderError
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 TabixReaderError
fn from(err: BGZFError) -> TabixReaderError
Performs the conversion.
impl From<TabixReaderError> for TabixReaderPathError
fn from(err: TabixReaderError) -> TabixReaderPathError
Performs the conversion.