pub struct TestConnectivityWebSocket<'w> { /* private fields */ }Implementations§
Source§impl<'w> TestConnectivityWebSocket<'w>
impl<'w> TestConnectivityWebSocket<'w>
pub fn new(client: &'w WebSocketApiClient) -> Self
Trait Implementations§
Source§impl WebSocket for TestConnectivityWebSocket<'_>
impl WebSocket for TestConnectivityWebSocket<'_>
type Params = TestConnectivityParams
type Response = TestConnectivityResponse
fn client(&self) -> &WebSocketApiClient
fn method(&self) -> &str
fn security_type(&self) -> SecurityType
fn request<'life0, 'async_trait>(
&'life0 self,
params: Self::Params,
) -> Pin<Box<dyn Future<Output = Result<Self::Response, WebSocketApiError>> + Send + 'async_trait>>where
Self: Sync + 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl<'w> Freeze for TestConnectivityWebSocket<'w>
impl<'w> RefUnwindSafe for TestConnectivityWebSocket<'w>
impl<'w> Send for TestConnectivityWebSocket<'w>
impl<'w> Sync for TestConnectivityWebSocket<'w>
impl<'w> Unpin for TestConnectivityWebSocket<'w>
impl<'w> UnwindSafe for TestConnectivityWebSocket<'w>
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