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