#[non_exhaustive]pub struct DeactivatePipelineOutput {}
Expand description
Contains the output of DeactivatePipeline.
Implementations§
source§impl DeactivatePipelineOutput
impl DeactivatePipelineOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeactivatePipelineOutput
.
Trait Implementations§
source§impl Clone for DeactivatePipelineOutput
impl Clone for DeactivatePipelineOutput
source§fn clone(&self) -> DeactivatePipelineOutput
fn clone(&self) -> DeactivatePipelineOutput
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 DeactivatePipelineOutput
impl Debug for DeactivatePipelineOutput
source§impl PartialEq<DeactivatePipelineOutput> for DeactivatePipelineOutput
impl PartialEq<DeactivatePipelineOutput> for DeactivatePipelineOutput
source§fn eq(&self, other: &DeactivatePipelineOutput) -> bool
fn eq(&self, other: &DeactivatePipelineOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.