pub struct LiveSubscription { /* private fields */ }Expand description
Receiving end of a live subscription.
Values are delivered as shared LiveEntry handles so one decoded entry can be fanned out to
multiple subscribers without duplicating field storage.
Implementations§
Source§impl LiveSubscription
impl LiveSubscription
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LiveSubscription
impl RefUnwindSafe for LiveSubscription
impl Send for LiveSubscription
impl !Sync for LiveSubscription
impl Unpin for LiveSubscription
impl UnsafeUnpin for LiveSubscription
impl UnwindSafe for LiveSubscription
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