pub struct BenchmarkDecompression { /* private fields */ }Trait Implementations§
Source§impl Benchmark for BenchmarkDecompression
impl Benchmark for BenchmarkDecompression
Source§impl Debug for BenchmarkDecompression
impl Debug for BenchmarkDecompression
Auto Trait Implementations§
impl Freeze for BenchmarkDecompression
impl RefUnwindSafe for BenchmarkDecompression
impl Send for BenchmarkDecompression
impl Sync for BenchmarkDecompression
impl Unpin for BenchmarkDecompression
impl UnwindSafe for BenchmarkDecompression
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