pub struct RunChangedProjection {
pub kind: String,
pub run: RunChangedSummary,
}Expand description
Product-neutral durable run_changed event projection.
Fields§
§kind: StringStable event discriminator.
run: RunChangedSummaryComplete authoritative run summary.
Trait Implementations§
Source§impl Clone for RunChangedProjection
impl Clone for RunChangedProjection
Source§fn clone(&self) -> RunChangedProjection
fn clone(&self) -> RunChangedProjection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RunChangedProjection
impl Debug for RunChangedProjection
Source§impl<'de> Deserialize<'de> for RunChangedProjection
impl<'de> Deserialize<'de> for RunChangedProjection
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
impl Eq for RunChangedProjection
Source§impl PartialEq for RunChangedProjection
impl PartialEq for RunChangedProjection
Source§impl Serialize for RunChangedProjection
impl Serialize for RunChangedProjection
impl StructuralPartialEq for RunChangedProjection
Auto Trait Implementations§
impl Freeze for RunChangedProjection
impl RefUnwindSafe for RunChangedProjection
impl Send for RunChangedProjection
impl Sync for RunChangedProjection
impl Unpin for RunChangedProjection
impl UnsafeUnpin for RunChangedProjection
impl UnwindSafe for RunChangedProjection
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