pub struct WorkflowRunBootstrap {
pub run_id: String,
pub workflow_id: String,
pub revision_id: String,
pub input_ref: WorkflowOutputRef,
}Fields§
§run_id: String§workflow_id: String§revision_id: String§input_ref: WorkflowOutputRefTrait Implementations§
Source§impl Clone for WorkflowRunBootstrap
impl Clone for WorkflowRunBootstrap
Source§fn clone(&self) -> WorkflowRunBootstrap
fn clone(&self) -> WorkflowRunBootstrap
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 WorkflowRunBootstrap
impl Debug for WorkflowRunBootstrap
Source§impl<'de> Deserialize<'de> for WorkflowRunBootstrap
impl<'de> Deserialize<'de> for WorkflowRunBootstrap
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 WorkflowRunBootstrap
Source§impl PartialEq for WorkflowRunBootstrap
impl PartialEq for WorkflowRunBootstrap
Source§fn eq(&self, other: &WorkflowRunBootstrap) -> bool
fn eq(&self, other: &WorkflowRunBootstrap) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for WorkflowRunBootstrap
impl Serialize for WorkflowRunBootstrap
impl StructuralPartialEq for WorkflowRunBootstrap
Auto Trait Implementations§
impl Freeze for WorkflowRunBootstrap
impl RefUnwindSafe for WorkflowRunBootstrap
impl Send for WorkflowRunBootstrap
impl Sync for WorkflowRunBootstrap
impl Unpin for WorkflowRunBootstrap
impl UnsafeUnpin for WorkflowRunBootstrap
impl UnwindSafe for WorkflowRunBootstrap
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