pub struct StopPipelineExecutionOutput {
pub pipeline_execution_id: Option<String>,
}
Fields§
§pipeline_execution_id: Option<String>
The unique system-generated ID of the pipeline execution that was stopped.
Trait Implementations§
Source§impl Clone for StopPipelineExecutionOutput
impl Clone for StopPipelineExecutionOutput
Source§fn clone(&self) -> StopPipelineExecutionOutput
fn clone(&self) -> StopPipelineExecutionOutput
Returns a copy 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 StopPipelineExecutionOutput
impl Debug for StopPipelineExecutionOutput
Source§impl Default for StopPipelineExecutionOutput
impl Default for StopPipelineExecutionOutput
Source§fn default() -> StopPipelineExecutionOutput
fn default() -> StopPipelineExecutionOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StopPipelineExecutionOutput
impl<'de> Deserialize<'de> for StopPipelineExecutionOutput
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 StopPipelineExecutionOutput
Auto Trait Implementations§
impl Freeze for StopPipelineExecutionOutput
impl RefUnwindSafe for StopPipelineExecutionOutput
impl Send for StopPipelineExecutionOutput
impl Sync for StopPipelineExecutionOutput
impl Unpin for StopPipelineExecutionOutput
impl UnwindSafe for StopPipelineExecutionOutput
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