pub struct CompressedSplitReader<S> { /* private fields */ }Expand description
The read half of a split compressed WebSocket stream
Created by calling split() on a CompressedWebSocketStream.
This half owns the read side of the TCP stream and can operate
completely independently from the write half.
Implementations§
Source§impl<S> CompressedSplitReader<S>
impl<S> CompressedSplitReader<S>
Auto Trait Implementations§
impl<S> Freeze for CompressedSplitReader<S>
impl<S> RefUnwindSafe for CompressedSplitReader<S>
impl<S> Send for CompressedSplitReader<S>where
S: Send,
impl<S> Sync for CompressedSplitReader<S>where
S: Sync,
impl<S> Unpin for CompressedSplitReader<S>
impl<S> UnwindSafe for CompressedSplitReader<S>
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