pub struct ZlibTransport;Expand description
Transport-level zlib compression (per-message).
Unlike zlib-stream, this decompresses individual messages.
Implementations§
Source§impl ZlibTransport
impl ZlibTransport
Auto Trait Implementations§
impl Freeze for ZlibTransport
impl RefUnwindSafe for ZlibTransport
impl Send for ZlibTransport
impl Sync for ZlibTransport
impl Unpin for ZlibTransport
impl UnwindSafe for ZlibTransport
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