pub struct StoreSubscription<S: Store> {
pub store: Arc<S>,
pub id: SubscriptionId,
}Fields§
§store: Arc<S>§id: SubscriptionIdTrait Implementations§
Source§impl<S: Store> Drop for StoreSubscription<S>
impl<S: Store> Drop for StoreSubscription<S>
Auto Trait Implementations§
impl<S> Freeze for StoreSubscription<S>
impl<S> RefUnwindSafe for StoreSubscription<S>where
S: RefUnwindSafe,
impl<S> Send for StoreSubscription<S>
impl<S> Sync for StoreSubscription<S>
impl<S> Unpin for StoreSubscription<S>
impl<S> UnsafeUnpin for StoreSubscription<S>
impl<S> UnwindSafe for StoreSubscription<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