pub struct DedupStats {
pub input_reads: u64,
pub output_reads: u64,
pub positions: u64,
}Fields§
§input_reads: u64§output_reads: u64§positions: u64Auto Trait Implementations§
impl Freeze for DedupStats
impl RefUnwindSafe for DedupStats
impl Send for DedupStats
impl Sync for DedupStats
impl Unpin for DedupStats
impl UnsafeUnpin for DedupStats
impl UnwindSafe for DedupStats
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