Enum rust_htslib::bam::pileup::PileupError
source · pub enum PileupError {
Some,
}
Variants§
Some
Trait Implementations§
source§impl Clone for PileupError
impl Clone for PileupError
source§fn clone(&self) -> PileupError
fn clone(&self) -> PileupError
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 PileupError
impl Debug for PileupError
source§impl Display for PileupError
impl Display for PileupError
source§impl Error for PileupError
impl Error for PileupError
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()