pub struct NoopCompressor;Implementations§
Trait Implementations§
Source§impl Clone for NoopCompressor
impl Clone for NoopCompressor
Source§fn clone(&self) -> NoopCompressor
fn clone(&self) -> NoopCompressor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Compressor for NoopCompressor
impl Compressor for NoopCompressor
Auto Trait Implementations§
impl Freeze for NoopCompressor
impl RefUnwindSafe for NoopCompressor
impl Send for NoopCompressor
impl Sync for NoopCompressor
impl Unpin for NoopCompressor
impl UnsafeUnpin for NoopCompressor
impl UnwindSafe for NoopCompressor
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