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