Enum rust_htslib::bam::pileup::PileupError [−]
pub enum PileupError { Some, }
Variants
Some
Trait Implementations
impl Debug for PileupError
[src]
impl Debug for PileupError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for PileupError
[src]
impl Clone for PileupError
fn clone(&self) -> PileupError
[src]
fn clone(&self) -> PileupError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Display for PileupError
impl Display for PileupError
impl Error for PileupError
impl Error for PileupError
Auto Trait Implementations
impl Send for PileupError
impl Send for PileupError
impl Sync for PileupError
impl Sync for PileupError