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