pub struct SseActor { /* private fields */ }Expand description
The SSE-based actor that continuously:
- Reads incoming events from the SSE stream.
- Sends outgoing messages via HTTP POST (once the post endpoint is known).
Implementations§
Auto Trait Implementations§
impl Freeze for SseActor
impl !RefUnwindSafe for SseActor
impl Send for SseActor
impl Sync for SseActor
impl Unpin for SseActor
impl !UnwindSafe for SseActor
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