Enum noodles_cram::crai::record::Field
source · pub enum Field {
ReferenceSequenceId,
AlignmentStart,
AlignmentSpan,
Offset,
Landmark,
SliceLength,
}
Expand description
A CRAM index record field.
Variants§
ReferenceSequenceId
Reference sequence ID.
AlignmentStart
Alignment start.
AlignmentSpan
Alignment span.
Offset
Offset of the container from the start of the stream.
Landmark
Offset of the slice from the start of the container.
SliceLength
Size of the slice in bytes.
Trait Implementations§
source§impl PartialEq for Field
impl PartialEq for Field
impl Copy for Field
impl Eq for Field
impl StructuralPartialEq for Field
Auto Trait Implementations§
impl Freeze for Field
impl RefUnwindSafe for Field
impl Send for Field
impl Sync for Field
impl Unpin for Field
impl UnwindSafe for Field
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.