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