pub struct WebSocketSender { /* private fields */ }Expand description
WebSocket sender. Also responsible for closing the connection.
Implementations§
Trait Implementations§
Source§impl Clone for WebSocketSender
impl Clone for WebSocketSender
Source§fn clone(&self) -> WebSocketSender
fn clone(&self) -> WebSocketSender
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WebSocketSender
impl RefUnwindSafe for WebSocketSender
impl Send for WebSocketSender
impl Sync for WebSocketSender
impl Unpin for WebSocketSender
impl UnwindSafe for WebSocketSender
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