Struct noodles_cram::record::ReadGroupId [−][src]
pub struct ReadGroupId(_);
Expand description
A CRAM record read group ID.
Trait Implementations
Returns the “default value” for a type. Read more
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ReadGroupId
impl Send for ReadGroupId
impl Sync for ReadGroupId
impl Unpin for ReadGroupId
impl UnwindSafe for ReadGroupId
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.