pub struct StateSubscriber<S> { /* private fields */ }Expand description
Iterator-like subscription to state snapshots.
Implementations§
Auto Trait Implementations§
impl<S> !RefUnwindSafe for StateSubscriber<S>
impl<S> !UnwindSafe for StateSubscriber<S>
impl<S> Freeze for StateSubscriber<S>
impl<S> Send for StateSubscriber<S>
impl<S> Sync for StateSubscriber<S>
impl<S> Unpin for StateSubscriber<S>
impl<S> UnsafeUnpin for StateSubscriber<S>
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