#[non_exhaustive]pub struct ActivatePipelineOutput {}
Expand description
Contains the output of ActivatePipeline.
Implementations
sourceimpl ActivatePipelineOutput
impl ActivatePipelineOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ActivatePipelineOutput
.
Trait Implementations
sourceimpl Clone for ActivatePipelineOutput
impl Clone for ActivatePipelineOutput
sourcefn clone(&self) -> ActivatePipelineOutput
fn clone(&self) -> ActivatePipelineOutput
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 ActivatePipelineOutput
impl Debug for ActivatePipelineOutput
sourceimpl PartialEq<ActivatePipelineOutput> for ActivatePipelineOutput
impl PartialEq<ActivatePipelineOutput> for ActivatePipelineOutput
sourcefn eq(&self, other: &ActivatePipelineOutput) -> bool
fn eq(&self, other: &ActivatePipelineOutput) -> bool
impl StructuralPartialEq for ActivatePipelineOutput
Auto Trait Implementations
impl RefUnwindSafe for ActivatePipelineOutput
impl Send for ActivatePipelineOutput
impl Sync for ActivatePipelineOutput
impl Unpin for ActivatePipelineOutput
impl UnwindSafe for ActivatePipelineOutput
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