pub struct WebsocketConnection { /* private fields */ }Expand description
A WebSocket connection resource
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for WebsocketConnection
impl RefUnwindSafe for WebsocketConnection
impl Send for WebsocketConnection
impl Sync for WebsocketConnection
impl Unpin for WebsocketConnection
impl UnsafeUnpin for WebsocketConnection
impl UnwindSafe for WebsocketConnection
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