pub struct DeflateDecoder { /* private fields */ }Expand description
Deflate decompressor for incoming messages
Implementations§
Auto Trait Implementations§
impl Freeze for DeflateDecoder
impl RefUnwindSafe for DeflateDecoder
impl Send for DeflateDecoder
impl Sync for DeflateDecoder
impl Unpin for DeflateDecoder
impl UnwindSafe for DeflateDecoder
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