pub struct WsIoClientConnection { /* private fields */ }Implementations§
Source§impl WsIoClientConnection
impl WsIoClientConnection
pub fn client(&self) -> WsIoClient
Trait Implementations§
Source§impl TaskSpawner for WsIoClientConnection
impl TaskSpawner for WsIoClientConnection
fn cancel_token(&self) -> Arc<CancellationToken>
fn spawn_task<F>(&self, future: F)
Auto Trait Implementations§
impl !Freeze for WsIoClientConnection
impl !RefUnwindSafe for WsIoClientConnection
impl Send for WsIoClientConnection
impl Sync for WsIoClientConnection
impl Unpin for WsIoClientConnection
impl !UnwindSafe for WsIoClientConnection
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