pub struct WsRpcClient { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for WsRpcClient
impl RefUnwindSafe for WsRpcClient
impl Send for WsRpcClient
impl Sync for WsRpcClient
impl Unpin for WsRpcClient
impl UnsafeUnpin for WsRpcClient
impl UnwindSafe for WsRpcClient
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