#[non_exhaustive]pub struct UpdateServicePipelineOutput { /* private fields */ }
Implementations§
source§impl UpdateServicePipelineOutput
impl UpdateServicePipelineOutput
sourcepub fn pipeline(&self) -> Option<&ServicePipeline>
pub fn pipeline(&self) -> Option<&ServicePipeline>
The pipeline details that are returned by Proton.
source§impl UpdateServicePipelineOutput
impl UpdateServicePipelineOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateServicePipelineOutput
.
Trait Implementations§
source§impl Clone for UpdateServicePipelineOutput
impl Clone for UpdateServicePipelineOutput
source§fn clone(&self) -> UpdateServicePipelineOutput
fn clone(&self) -> UpdateServicePipelineOutput
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 UpdateServicePipelineOutput
impl Debug for UpdateServicePipelineOutput
source§impl PartialEq<UpdateServicePipelineOutput> for UpdateServicePipelineOutput
impl PartialEq<UpdateServicePipelineOutput> for UpdateServicePipelineOutput
source§fn eq(&self, other: &UpdateServicePipelineOutput) -> bool
fn eq(&self, other: &UpdateServicePipelineOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.