pub struct AddExecutionToFlowArgs {
pub flow_id: FlowId,
pub execution_id: ExecutionId,
pub now: TimestampMs,
}Fields§
§flow_id: FlowId§execution_id: ExecutionId§now: TimestampMsTrait Implementations§
Source§impl Clone for AddExecutionToFlowArgs
impl Clone for AddExecutionToFlowArgs
Source§fn clone(&self) -> AddExecutionToFlowArgs
fn clone(&self) -> AddExecutionToFlowArgs
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 AddExecutionToFlowArgs
impl Debug for AddExecutionToFlowArgs
Source§impl<'de> Deserialize<'de> for AddExecutionToFlowArgs
impl<'de> Deserialize<'de> for AddExecutionToFlowArgs
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 AddExecutionToFlowArgs
impl RefUnwindSafe for AddExecutionToFlowArgs
impl Send for AddExecutionToFlowArgs
impl Sync for AddExecutionToFlowArgs
impl Unpin for AddExecutionToFlowArgs
impl UnsafeUnpin for AddExecutionToFlowArgs
impl UnwindSafe for AddExecutionToFlowArgs
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