#[non_exhaustive]pub struct StopPipelineExecutionOutput { /* private fields */ }
Implementations
sourceimpl StopPipelineExecutionOutput
impl StopPipelineExecutionOutput
sourcepub fn pipeline_execution_id(&self) -> Option<&str>
pub fn pipeline_execution_id(&self) -> Option<&str>
The unique system-generated ID of the pipeline execution that was stopped.
sourceimpl StopPipelineExecutionOutput
impl StopPipelineExecutionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopPipelineExecutionOutput
.
Trait Implementations
sourceimpl Clone for StopPipelineExecutionOutput
impl Clone for StopPipelineExecutionOutput
sourcefn clone(&self) -> StopPipelineExecutionOutput
fn clone(&self) -> StopPipelineExecutionOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for StopPipelineExecutionOutput
impl Debug for StopPipelineExecutionOutput
sourceimpl PartialEq<StopPipelineExecutionOutput> for StopPipelineExecutionOutput
impl PartialEq<StopPipelineExecutionOutput> for StopPipelineExecutionOutput
sourcefn eq(&self, other: &StopPipelineExecutionOutput) -> bool
fn eq(&self, other: &StopPipelineExecutionOutput) -> bool
impl StructuralPartialEq for StopPipelineExecutionOutput
Auto Trait Implementations
impl RefUnwindSafe for StopPipelineExecutionOutput
impl Send for StopPipelineExecutionOutput
impl Sync for StopPipelineExecutionOutput
impl Unpin for StopPipelineExecutionOutput
impl UnwindSafe for StopPipelineExecutionOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more