Struct noodles_vcf::header::record::value::map::AlternativeAllele
source · [−]pub struct AlternativeAllele { /* private fields */ }
Expand description
An inner VCF header alternative allele map value.
Trait Implementations
sourceimpl Clone for AlternativeAllele
impl Clone for AlternativeAllele
sourcefn clone(&self) -> AlternativeAllele
fn clone(&self) -> AlternativeAllele
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AlternativeAllele
impl Debug for AlternativeAllele
sourceimpl Described for AlternativeAllele
impl Described for AlternativeAllele
sourcefn description(&self) -> &str
fn description(&self) -> &str
Returns the description.
sourcefn description_mut(&mut self) -> &mut String
fn description_mut(&mut self) -> &mut String
Returns a mutable reference to the description.
sourceimpl Inner for AlternativeAllele
impl Inner for AlternativeAllele
type StandardTag = Described
type StandardTag = Described
The standard tag type.
type Builder = Builder
type Builder = Builder
The builder type.
sourceimpl PartialEq<AlternativeAllele> for AlternativeAllele
impl PartialEq<AlternativeAllele> for AlternativeAllele
sourcefn eq(&self, other: &AlternativeAllele) -> bool
fn eq(&self, other: &AlternativeAllele) -> bool
impl Eq for AlternativeAllele
impl StructuralEq for AlternativeAllele
impl StructuralPartialEq for AlternativeAllele
Auto Trait Implementations
impl RefUnwindSafe for AlternativeAllele
impl Send for AlternativeAllele
impl Sync for AlternativeAllele
impl Unpin for AlternativeAllele
impl UnwindSafe for AlternativeAllele
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.