#[non_exhaustive]pub struct CreateStackOutput { /* private fields */ }
Expand description
The output for a CreateStack
action.
Implementations§
source§impl CreateStackOutput
impl CreateStackOutput
sourcepub fn builder() -> CreateStackOutputBuilder
pub fn builder() -> CreateStackOutputBuilder
Creates a new builder-style object to manufacture CreateStackOutput
.
Trait Implementations§
source§impl Clone for CreateStackOutput
impl Clone for CreateStackOutput
source§fn clone(&self) -> CreateStackOutput
fn clone(&self) -> CreateStackOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CreateStackOutput
impl Debug for CreateStackOutput
source§impl PartialEq<CreateStackOutput> for CreateStackOutput
impl PartialEq<CreateStackOutput> for CreateStackOutput
source§fn eq(&self, other: &CreateStackOutput) -> bool
fn eq(&self, other: &CreateStackOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateStackOutput
impl RequestId for CreateStackOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more