pub struct DocumentUpdatedEvent(pub Option<Value>);Tuple Fields§
§0: Option<Value>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<'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
Source§impl PartialEq for DocumentUpdatedEvent
impl PartialEq for DocumentUpdatedEvent
Source§impl Serialize for DocumentUpdatedEvent
impl Serialize for DocumentUpdatedEvent
impl StructuralPartialEq for DocumentUpdatedEvent
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