Struct noodles_sam::header::record::value::map::reference_sequence::ReferenceSequence
source · pub struct ReferenceSequence { /* private fields */ }
Expand description
A SAM header record reference sequence map value.
The reference sequence describes a sequence a read possibly mapped to. The length is guaranteed to be set.
A list of reference sequences creates a reference sequence dictionary.
Trait Implementations§
source§impl Clone for ReferenceSequence
impl Clone for ReferenceSequence
source§fn clone(&self) -> ReferenceSequence
fn clone(&self) -> ReferenceSequence
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 ReferenceSequence
impl Debug for ReferenceSequence
source§impl Inner for ReferenceSequence
impl Inner for ReferenceSequence
§type StandardTag = Standard
type StandardTag = Standard
The standard tag type.
source§impl PartialEq for ReferenceSequence
impl PartialEq for ReferenceSequence
source§fn eq(&self, other: &ReferenceSequence) -> bool
fn eq(&self, other: &ReferenceSequence) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ReferenceSequence
impl StructuralPartialEq for ReferenceSequence
Auto Trait Implementations§
impl Freeze for ReferenceSequence
impl RefUnwindSafe for ReferenceSequence
impl Send for ReferenceSequence
impl Sync for ReferenceSequence
impl Unpin for ReferenceSequence
impl UnwindSafe for ReferenceSequence
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.