Struct dittolive_ditto::store::dql::StoreObserver
source · pub struct StoreObserver { /* private fields */ }
Expand description
A change observer invokes a change handler whenever results for its query change.
Create an observer by calling Store::register_observer
.
Implementations§
source§impl StoreObserver
impl StoreObserver
Trait Implementations§
source§impl Drop for StoreObserver
impl Drop for StoreObserver
source§impl Hash for StoreObserver
impl Hash for StoreObserver
source§impl PartialEq for StoreObserver
impl PartialEq for StoreObserver
impl Eq for StoreObserver
Auto Trait Implementations§
impl !RefUnwindSafe for StoreObserver
impl Send for StoreObserver
impl Sync for StoreObserver
impl Unpin 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
§impl<T> CompatExt for T
impl<T> CompatExt for T
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more