pub struct PreparedProcessEventAppend {
pub event: ProcessEvent,
pub payload_hash: String,
pub status_update: Option<ProcessStatus>,
pub wake_delivery: Option<ProcessWakeDelivery>,
pub occurred_at_ms: u64,
pub replayed: bool,
}Fields§
§event: ProcessEvent§payload_hash: String§status_update: Option<ProcessStatus>§wake_delivery: Option<ProcessWakeDelivery>§occurred_at_ms: u64§replayed: boolTrait Implementations§
Source§impl Clone for PreparedProcessEventAppend
impl Clone for PreparedProcessEventAppend
Source§fn clone(&self) -> PreparedProcessEventAppend
fn clone(&self) -> PreparedProcessEventAppend
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 moreAuto Trait Implementations§
impl Freeze for PreparedProcessEventAppend
impl RefUnwindSafe for PreparedProcessEventAppend
impl Send for PreparedProcessEventAppend
impl Sync for PreparedProcessEventAppend
impl Unpin for PreparedProcessEventAppend
impl UnsafeUnpin for PreparedProcessEventAppend
impl UnwindSafe for PreparedProcessEventAppend
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