Struct cross_websocket::WebSocketClient
source · [−]pub struct WebSocketClient<Tx, Rx> { /* private fields */ }
Implementations
Auto Trait Implementations
impl<Tx, Rx> RefUnwindSafe for WebSocketClient<Tx, Rx> where
Rx: RefUnwindSafe,
Tx: RefUnwindSafe,
impl<Tx, Rx> Send for WebSocketClient<Tx, Rx> where
Rx: Send,
Tx: Send,
impl<Tx, Rx> Sync for WebSocketClient<Tx, Rx> where
Rx: Sync,
Tx: Sync,
impl<Tx, Rx> Unpin for WebSocketClient<Tx, Rx> where
Rx: Unpin,
Tx: Unpin,
impl<Tx, Rx> UnwindSafe for WebSocketClient<Tx, Rx> where
Rx: UnwindSafe,
Tx: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more