pub struct Cigar<'a>(/* private fields */);
Expand description
BAM record CIGAR operations.
Implementations§
Trait Implementations§
Source§impl<'a> Cigar for Cigar<'a>
impl<'a> Cigar for Cigar<'a>
impl<'a> Eq for Cigar<'a>
impl<'a> StructuralPartialEq for Cigar<'a>
Auto Trait Implementations§
impl<'a> Freeze for Cigar<'a>
impl<'a> RefUnwindSafe for Cigar<'a>
impl<'a> Send for Cigar<'a>
impl<'a> Sync for Cigar<'a>
impl<'a> Unpin for Cigar<'a>
impl<'a> UnwindSafe for Cigar<'a>
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.