Enum rust_htslib::bcf::BCFPathError
source · pub enum BCFPathError {
InvalidPath,
BCFError(BCFError),
}
Variants§
Trait Implementations§
source§impl Clone for BCFPathError
impl Clone for BCFPathError
source§fn clone(&self) -> BCFPathError
fn clone(&self) -> BCFPathError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BCFPathError
impl Debug for BCFPathError
source§impl Display for BCFPathError
impl Display for BCFPathError
source§impl Error for BCFPathError
impl Error for BCFPathError
source§fn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<BCFError> for BCFPathError
impl From<BCFError> for BCFPathError
source§fn from(err: BCFError) -> BCFPathError
fn from(err: BCFError) -> BCFPathError
Converts to this type from the input type.