pub struct AutoCompressor;Implementations§
Trait Implementations§
Source§impl Compressor for AutoCompressor
impl Compressor for AutoCompressor
Auto Trait Implementations§
impl Freeze for AutoCompressor
impl RefUnwindSafe for AutoCompressor
impl Send for AutoCompressor
impl Sync for AutoCompressor
impl Unpin for AutoCompressor
impl UnsafeUnpin for AutoCompressor
impl UnwindSafe for AutoCompressor
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