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