pub struct CompressorBuilder { /* private fields */ }
Expand description
Entrypoint for building a new Compressor
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CompressorBuilder
impl RefUnwindSafe for CompressorBuilder
impl Send for CompressorBuilder
impl Sync for CompressorBuilder
impl Unpin for CompressorBuilder
impl UnwindSafe for CompressorBuilder
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