pub struct SseSubscription { /* private fields */ }Expand description
Handle to an active SSE subscription.
Dropping this handle will cancel the subscription.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SseSubscription
impl RefUnwindSafe for SseSubscription
impl Send for SseSubscription
impl Sync for SseSubscription
impl Unpin for SseSubscription
impl UnwindSafe for SseSubscription
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