pub struct WorkflowDispatchRun<'a> {
pub run_id: &'a str,
pub workflow_id: &'a str,
pub revision_id: &'a str,
pub activity_id: &'a str,
pub attempt_id: &'a str,
pub node_id: &'a str,
}Fields§
§run_id: &'a str§workflow_id: &'a str§revision_id: &'a str§activity_id: &'a str§attempt_id: &'a str§node_id: &'a strTrait Implementations§
Source§impl<'a> Clone for WorkflowDispatchRun<'a>
impl<'a> Clone for WorkflowDispatchRun<'a>
Source§fn clone(&self) -> WorkflowDispatchRun<'a>
fn clone(&self) -> WorkflowDispatchRun<'a>
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<'a> Freeze for WorkflowDispatchRun<'a>
impl<'a> RefUnwindSafe for WorkflowDispatchRun<'a>
impl<'a> Send for WorkflowDispatchRun<'a>
impl<'a> Sync for WorkflowDispatchRun<'a>
impl<'a> Unpin for WorkflowDispatchRun<'a>
impl<'a> UnsafeUnpin for WorkflowDispatchRun<'a>
impl<'a> UnwindSafe for WorkflowDispatchRun<'a>
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