pub struct WebsocketCarrier { /* private fields */ }Expand description
Carries requests & responses between the websocket, and the attached bus (which must implement WebsocketMessageBus).
Auto Trait Implementations§
impl Freeze for WebsocketCarrier
impl !RefUnwindSafe for WebsocketCarrier
impl Send for WebsocketCarrier
impl Sync for WebsocketCarrier
impl Unpin for WebsocketCarrier
impl !UnwindSafe for WebsocketCarrier
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