pub struct SseService { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SseService
impl Clone for SseService
Source§fn clone(&self) -> SseService
fn clone(&self) -> SseService
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl CommunicationService for SseService
impl CommunicationService for SseService
fn inject(&mut self, _api_receiver: APIReceiver, event_sender: EventSender)
fn start_service<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = ServiceStartResult<()>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Source§impl Debug for SseService
impl Debug for SseService
Auto Trait Implementations§
impl Freeze for SseService
impl !RefUnwindSafe for SseService
impl Send for SseService
impl Sync for SseService
impl Unpin for SseService
impl UnsafeUnpin for SseService
impl !UnwindSafe for SseService
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