pub struct WebsocketListenerService { /* private fields */ }Expand description
An established listener service, which transmits WebsocketConnectionMessages over the listener bus.
Trait Implementations§
Source§impl Service for WebsocketListenerService
impl Service for WebsocketListenerService
Source§type Bus = WebsocketListenerBus
type Bus = WebsocketListenerBus
The bus, which must be provided to spawn the task
Auto Trait Implementations§
impl Freeze for WebsocketListenerService
impl !RefUnwindSafe for WebsocketListenerService
impl Send for WebsocketListenerService
impl Sync for WebsocketListenerService
impl Unpin for WebsocketListenerService
impl !UnwindSafe for WebsocketListenerService
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