pub struct BrotliParams {
pub buffer_size: usize,
pub params: BrotliEncoderParams,
}
Expand description
todo
Fields§
§buffer_size: usize
todo
params: BrotliEncoderParams
todo
Trait Implementations§
Source§impl CompressionProvider for BrotliParams
impl CompressionProvider for BrotliParams
Auto Trait Implementations§
impl Freeze for BrotliParams
impl RefUnwindSafe for BrotliParams
impl Send for BrotliParams
impl Sync for BrotliParams
impl Unpin for BrotliParams
impl UnwindSafe for BrotliParams
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