Struct flnet_libc::web_socket_client::WebSocketClient
source · [−]pub struct WebSocketClient { /* private fields */ }Implementations
Trait Implementations
sourceimpl SubsystemListener<WSClientMessage> for WebSocketClient
impl SubsystemListener<WSClientMessage> for WebSocketClient
fn messages<'life0, 'async_trait>(
&'life0 mut self,
msgs: Vec<WSClientMessage>
) -> Pin<Box<dyn Future<Output = Vec<(Destination, WSClientMessage)>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
Auto Trait Implementations
impl !RefUnwindSafe for WebSocketClient
impl Send for WebSocketClient
impl Sync for WebSocketClient
impl Unpin for WebSocketClient
impl !UnwindSafe for WebSocketClient
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more