Enum rust_htslib::bcf::BCFError
[−]
pub enum BCFError { Some, }
Variants
Some
Trait Implementations
impl Debug for BCFError
[src]
impl Clone for BCFError
[src]
fn clone(&self) -> BCFError
[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