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