pub struct WebsocketConnection { /* private fields */ }
Trait Implementations§
Source§impl Connection for WebsocketConnection
impl Connection for WebsocketConnection
Auto Trait Implementations§
impl Freeze for WebsocketConnection
impl !RefUnwindSafe for WebsocketConnection
impl Send for WebsocketConnection
impl Sync for WebsocketConnection
impl Unpin 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