Struct noodles_vcf::header::record::value::map::alternative_allele::AlternativeAllele
source · 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
§type StandardTag = Described
type StandardTag = Described
The standard tag type.
source§impl PartialEq for AlternativeAllele
impl PartialEq for AlternativeAllele
source§fn eq(&self, other: &AlternativeAllele) -> bool
fn eq(&self, other: &AlternativeAllele) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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<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.