pub struct ReadFreq { /* private fields */ }
Expand description
A Read or Reads and the number of times that read signature has been seen Read signature meaning Position + UMI
Trait Implementations§
impl StructuralPartialEq for ReadFreq
Auto Trait Implementations§
impl Freeze for ReadFreq
impl RefUnwindSafe for ReadFreq
impl Send for ReadFreq
impl Sync for ReadFreq
impl Unpin for ReadFreq
impl UnwindSafe for ReadFreq
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