pub struct StoreSubscription<S> { /* private fields */ }Expand description
Handle returned by Store::subscribe; dropping it unsubscribes.
Trait Implementations§
Source§impl<S> Drop for StoreSubscription<S>
impl<S> Drop for StoreSubscription<S>
Auto Trait Implementations§
impl<S> !RefUnwindSafe for StoreSubscription<S>
impl<S> !Send for StoreSubscription<S>
impl<S> !Sync for StoreSubscription<S>
impl<S> !UnwindSafe for StoreSubscription<S>
impl<S> Freeze for StoreSubscription<S>
impl<S> Unpin for StoreSubscription<S>
impl<S> UnsafeUnpin for StoreSubscription<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