pub struct WebSocketHandle { /* private fields */ }Available on crate features
listen and network-client only.Expand description
Handle to a websocket listener.
Implementations§
Trait Implementations§
Source§impl Clone for WebSocketHandle
impl Clone for WebSocketHandle
Source§fn clone(&self) -> WebSocketHandle
fn clone(&self) -> WebSocketHandle
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 WebSocketHandle
impl RefUnwindSafe for WebSocketHandle
impl Send for WebSocketHandle
impl Sync for WebSocketHandle
impl Unpin for WebSocketHandle
impl UnwindSafe for WebSocketHandle
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