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