pub struct UpdateStackOutput {
pub stack_id: Option<String>,
}Expand description
The output for an UpdateStack action.
Fields§
§stack_id: Option<String>Unique identifier of the stack.
Trait Implementations§
Source§impl Clone for UpdateStackOutput
impl Clone for UpdateStackOutput
Source§fn clone(&self) -> UpdateStackOutput
fn clone(&self) -> UpdateStackOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateStackOutput
impl Debug for UpdateStackOutput
Source§impl Default for UpdateStackOutput
impl Default for UpdateStackOutput
Source§fn default() -> UpdateStackOutput
fn default() -> UpdateStackOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdateStackOutput
impl PartialEq for UpdateStackOutput
Source§fn eq(&self, other: &UpdateStackOutput) -> bool
fn eq(&self, other: &UpdateStackOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateStackOutput
Auto Trait Implementations§
impl Freeze for UpdateStackOutput
impl RefUnwindSafe for UpdateStackOutput
impl Send for UpdateStackOutput
impl Sync for UpdateStackOutput
impl Unpin for UpdateStackOutput
impl UnsafeUnpin for UpdateStackOutput
impl UnwindSafe for UpdateStackOutput
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