Struct noodles_sam::header::record::value::map::read_group::ReadGroup
source · pub struct ReadGroup;
Expand description
A SAM header record read group map value.
A read group typically defines the set of reads that came from the same run on a sequencing instrument.
Trait Implementations§
source§impl PartialEq for ReadGroup
impl PartialEq for ReadGroup
impl Eq for ReadGroup
impl StructuralPartialEq for ReadGroup
Auto Trait Implementations§
impl Freeze for ReadGroup
impl RefUnwindSafe for ReadGroup
impl Send for ReadGroup
impl Sync for ReadGroup
impl Unpin for ReadGroup
impl UnwindSafe for ReadGroup
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.