pub struct SubscriptionHandle { /* private fields */ }Expand description
Placeholder for future subscription lifecycle control (cancel, pause).
v0.1 returns a no-op handle; dropping the subscribe stream task is the supported way to stop an ephemeral subscription today.
Implementations§
Trait Implementations§
Source§impl Debug for SubscriptionHandle
impl Debug for SubscriptionHandle
Source§impl Default for SubscriptionHandle
impl Default for SubscriptionHandle
Source§fn default() -> SubscriptionHandle
fn default() -> SubscriptionHandle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SubscriptionHandle
impl RefUnwindSafe for SubscriptionHandle
impl Send for SubscriptionHandle
impl Sync for SubscriptionHandle
impl Unpin for SubscriptionHandle
impl UnsafeUnpin for SubscriptionHandle
impl UnwindSafe for SubscriptionHandle
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