pub struct BuiltInBrotliDecoder;Expand description
The brotli decoder provided by this crate.
By default a rust wrapper around the c brotli decoder implementation is used.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BuiltInBrotliDecoder
impl RefUnwindSafe for BuiltInBrotliDecoder
impl Send for BuiltInBrotliDecoder
impl Sync for BuiltInBrotliDecoder
impl Unpin for BuiltInBrotliDecoder
impl UnsafeUnpin for BuiltInBrotliDecoder
impl UnwindSafe for BuiltInBrotliDecoder
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