pub struct DocumentUpdatedParams {}Expand description
Fired when Document has been totally updated. Node ids are no longer valid.
documentUpdated
Trait Implementations§
Source§impl Clone for DocumentUpdatedParams
impl Clone for DocumentUpdatedParams
Source§fn clone(&self) -> DocumentUpdatedParams
fn clone(&self) -> DocumentUpdatedParams
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 moreSource§impl Debug for DocumentUpdatedParams
impl Debug for DocumentUpdatedParams
Source§impl<'de> Deserialize<'de> for DocumentUpdatedParams
impl<'de> Deserialize<'de> for DocumentUpdatedParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DocumentUpdatedParams
impl PartialEq for DocumentUpdatedParams
Source§impl Serialize for DocumentUpdatedParams
impl Serialize for DocumentUpdatedParams
impl StructuralPartialEq for DocumentUpdatedParams
Auto Trait Implementations§
impl Freeze for DocumentUpdatedParams
impl RefUnwindSafe for DocumentUpdatedParams
impl Send for DocumentUpdatedParams
impl Sync for DocumentUpdatedParams
impl Unpin for DocumentUpdatedParams
impl UnsafeUnpin for DocumentUpdatedParams
impl UnwindSafe for DocumentUpdatedParams
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