pub struct StoreObserver { /* private fields */ }Expand description
A store observer installed by observe_store_news.
Trait Implementations§
Source§impl Drop for StoreObserver
impl Drop for StoreObserver
Auto Trait Implementations§
impl Freeze for StoreObserver
impl RefUnwindSafe for StoreObserver
impl Send for StoreObserver
impl Sync for StoreObserver
impl Unpin for StoreObserver
impl UnsafeUnpin for StoreObserver
impl UnwindSafe for StoreObserver
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