pub struct AlternativeAllele { /* private fields */ }
Expand description
An inner VCF header alternative allele map value.
Trait Implementations§
Source§impl Clone for AlternativeAllele
impl Clone for AlternativeAllele
Source§fn clone(&self) -> AlternativeAllele
fn clone(&self) -> AlternativeAllele
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 AlternativeAllele
impl Debug for AlternativeAllele
Source§impl Described for AlternativeAllele
impl Described for AlternativeAllele
Source§fn description(&self) -> &str
fn description(&self) -> &str
Returns the description.
Source§fn description_mut(&mut self) -> &mut String
fn description_mut(&mut self) -> &mut String
Returns a mutable reference to the description.
Source§impl Inner for AlternativeAllele
impl Inner for AlternativeAllele
Source§impl PartialEq for AlternativeAllele
impl PartialEq for AlternativeAllele
impl Eq for AlternativeAllele
impl StructuralPartialEq for AlternativeAllele
Auto Trait Implementations§
impl Freeze for AlternativeAllele
impl RefUnwindSafe for AlternativeAllele
impl Send for AlternativeAllele
impl Sync for AlternativeAllele
impl Unpin for AlternativeAllele
impl UnwindSafe for AlternativeAllele
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.