pub struct GetPipelineExecutionOutput {
pub pipeline_execution: Option<PipelineExecution>,
}
Expand description
Represents the output of a GetPipelineExecution
action.
Fields§
§pipeline_execution: Option<PipelineExecution>
Represents information about the execution of a pipeline.
Trait Implementations§
Source§impl Clone for GetPipelineExecutionOutput
impl Clone for GetPipelineExecutionOutput
Source§fn clone(&self) -> GetPipelineExecutionOutput
fn clone(&self) -> GetPipelineExecutionOutput
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 GetPipelineExecutionOutput
impl Debug for GetPipelineExecutionOutput
Source§impl Default for GetPipelineExecutionOutput
impl Default for GetPipelineExecutionOutput
Source§fn default() -> GetPipelineExecutionOutput
fn default() -> GetPipelineExecutionOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetPipelineExecutionOutput
impl<'de> Deserialize<'de> for GetPipelineExecutionOutput
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 StructuralPartialEq for GetPipelineExecutionOutput
Auto Trait Implementations§
impl Freeze for GetPipelineExecutionOutput
impl RefUnwindSafe for GetPipelineExecutionOutput
impl Send for GetPipelineExecutionOutput
impl Sync for GetPipelineExecutionOutput
impl Unpin for GetPipelineExecutionOutput
impl UnwindSafe for GetPipelineExecutionOutput
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