pub struct TeaStateSubscriber<S> { /* private fields */ }Expand description
Model snapshots pushed from the reducer thread (Arc<S> per update).
Implementations§
Auto Trait Implementations§
impl<S> Freeze for TeaStateSubscriber<S>
impl<S> RefUnwindSafe for TeaStateSubscriber<S>where
S: RefUnwindSafe,
impl<S> Send for TeaStateSubscriber<S>
impl<S> Sync for TeaStateSubscriber<S>
impl<S> Unpin for TeaStateSubscriber<S>
impl<S> UnsafeUnpin for TeaStateSubscriber<S>
impl<S> UnwindSafe for TeaStateSubscriber<S>where
S: RefUnwindSafe,
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