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