pub struct BrotliCompressor { /* private fields */ }Expand description
Excellent compression ratio, slower to compress but fast to decompress.
Implementations§
Trait Implementations§
Source§impl Clone for BrotliCompressor
impl Clone for BrotliCompressor
Source§fn clone(&self) -> BrotliCompressor
fn clone(&self) -> BrotliCompressor
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 BrotliCompressor
impl Compressor for BrotliCompressor
Source§impl Debug for BrotliCompressor
impl Debug for BrotliCompressor
Auto Trait Implementations§
impl Freeze for BrotliCompressor
impl RefUnwindSafe for BrotliCompressor
impl Send for BrotliCompressor
impl Sync for BrotliCompressor
impl Unpin for BrotliCompressor
impl UnsafeUnpin for BrotliCompressor
impl UnwindSafe for BrotliCompressor
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