pub struct Subscribed;Expand description
The consumer has registered with the producer’s live emission stream. No history has been replayed yet — calling render here would show an empty model even if the producer’s state is full.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Subscribed
impl RefUnwindSafe for Subscribed
impl Send for Subscribed
impl Sync for Subscribed
impl Unpin for Subscribed
impl UnsafeUnpin for Subscribed
impl UnwindSafe for Subscribed
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