pub struct DocumentUpdatedEvent {}Available on crate features
DOM and Runtime only.Expand description
Fired when Document has been totally updated. Node ids are no longer valid.
Implementations§
Trait Implementations§
Source§impl Clone for DocumentUpdatedEvent
impl Clone for DocumentUpdatedEvent
Source§fn clone(&self) -> DocumentUpdatedEvent
fn clone(&self) -> DocumentUpdatedEvent
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 DocumentUpdatedEvent
impl Debug for DocumentUpdatedEvent
Source§impl Default for DocumentUpdatedEvent
impl Default for DocumentUpdatedEvent
Source§fn default() -> DocumentUpdatedEvent
fn default() -> DocumentUpdatedEvent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DocumentUpdatedEvent
impl<'de> Deserialize<'de> for DocumentUpdatedEvent
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
Auto Trait Implementations§
impl Freeze for DocumentUpdatedEvent
impl RefUnwindSafe for DocumentUpdatedEvent
impl Send for DocumentUpdatedEvent
impl Sync for DocumentUpdatedEvent
impl Unpin for DocumentUpdatedEvent
impl UnwindSafe for DocumentUpdatedEvent
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