pub struct ScopedChangeSubscriber<S: 'static, CS, SK>{ /* private fields */ }Expand description
Field change subscription focused to a scoped child store.
Implementations§
Source§impl<S, CS, SK> ScopedChangeSubscriber<S, CS, SK>
impl<S, CS, SK> ScopedChangeSubscriber<S, CS, SK>
Auto Trait Implementations§
impl<S, CS, SK> !RefUnwindSafe for ScopedChangeSubscriber<S, CS, SK>
impl<S, CS, SK> !UnwindSafe for ScopedChangeSubscriber<S, CS, SK>
impl<S, CS, SK> Freeze for ScopedChangeSubscriber<S, CS, SK>where
SK: Freeze,
impl<S, CS, SK> Send for ScopedChangeSubscriber<S, CS, SK>
impl<S, CS, SK> Sync for ScopedChangeSubscriber<S, CS, SK>
impl<S, CS, SK> Unpin for ScopedChangeSubscriber<S, CS, SK>
impl<S, CS, SK> UnsafeUnpin for ScopedChangeSubscriber<S, CS, SK>where
SK: UnsafeUnpin,
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