pub struct ChangeNotification {
pub seq: Seq,
pub doc_id: String,
}Expand description
A notification that a change occurred, sent through the broadcast channel.
Fields§
§seq: Seq§doc_id: StringTrait Implementations§
Source§impl Clone for ChangeNotification
impl Clone for ChangeNotification
Source§fn clone(&self) -> ChangeNotification
fn clone(&self) -> ChangeNotification
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ChangeNotification
impl RefUnwindSafe for ChangeNotification
impl Send for ChangeNotification
impl Sync for ChangeNotification
impl Unpin for ChangeNotification
impl UnwindSafe for ChangeNotification
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