pub struct WebSocketDecoder<'a> { /* private fields */ }Expand description
Decoder for WebSocket transport.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for WebSocketDecoder<'a>
impl<'a> RefUnwindSafe for WebSocketDecoder<'a>
impl<'a> Send for WebSocketDecoder<'a>
impl<'a> Sync for WebSocketDecoder<'a>
impl<'a> Unpin for WebSocketDecoder<'a>
impl<'a> UnwindSafe for WebSocketDecoder<'a>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more