pub struct WsSender<S: WsCodec> { /* private fields */ }Expand description
The sending half of a typed WebSocket connection.
Obtained by calling WsConnection::split.
Implementations§
Auto Trait Implementations§
impl<S> Freeze for WsSender<S>
impl<S> !RefUnwindSafe for WsSender<S>
impl<S> Send for WsSender<S>where
S: Send,
impl<S> !Sync for WsSender<S>
impl<S> Unpin for WsSender<S>where
S: Unpin,
impl<S> UnsafeUnpin for WsSender<S>
impl<S> !UnwindSafe for WsSender<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