Struct aws_sdk_codepipeline::output::UpdatePipelineOutput
source · [−]#[non_exhaustive]pub struct UpdatePipelineOutput { /* private fields */ }
Expand description
Represents the output of an UpdatePipeline
action.
Implementations
sourceimpl UpdatePipelineOutput
impl UpdatePipelineOutput
sourcepub fn pipeline(&self) -> Option<&PipelineDeclaration>
pub fn pipeline(&self) -> Option<&PipelineDeclaration>
The structure of the updated pipeline.
sourceimpl UpdatePipelineOutput
impl UpdatePipelineOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdatePipelineOutput
.
Trait Implementations
sourceimpl Clone for UpdatePipelineOutput
impl Clone for UpdatePipelineOutput
sourcefn clone(&self) -> UpdatePipelineOutput
fn clone(&self) -> UpdatePipelineOutput
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 UpdatePipelineOutput
impl Debug for UpdatePipelineOutput
sourceimpl PartialEq<UpdatePipelineOutput> for UpdatePipelineOutput
impl PartialEq<UpdatePipelineOutput> for UpdatePipelineOutput
sourcefn eq(&self, other: &UpdatePipelineOutput) -> bool
fn eq(&self, other: &UpdatePipelineOutput) -> bool
impl StructuralPartialEq for UpdatePipelineOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdatePipelineOutput
impl Send for UpdatePipelineOutput
impl Sync for UpdatePipelineOutput
impl Unpin for UpdatePipelineOutput
impl UnwindSafe for UpdatePipelineOutput
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