pub struct DescribeStackInstanceOutput {
pub stack_instance: Option<StackInstance>,
}Fields§
§stack_instance: Option<StackInstance>The stack instance that matches the specified request parameters.
Trait Implementations§
Source§impl Clone for DescribeStackInstanceOutput
impl Clone for DescribeStackInstanceOutput
Source§fn clone(&self) -> DescribeStackInstanceOutput
fn clone(&self) -> DescribeStackInstanceOutput
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 DescribeStackInstanceOutput
impl Debug for DescribeStackInstanceOutput
Source§impl Default for DescribeStackInstanceOutput
impl Default for DescribeStackInstanceOutput
Source§fn default() -> DescribeStackInstanceOutput
fn default() -> DescribeStackInstanceOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeStackInstanceOutput
impl PartialEq for DescribeStackInstanceOutput
Source§fn eq(&self, other: &DescribeStackInstanceOutput) -> bool
fn eq(&self, other: &DescribeStackInstanceOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeStackInstanceOutput
Auto Trait Implementations§
impl Freeze for DescribeStackInstanceOutput
impl RefUnwindSafe for DescribeStackInstanceOutput
impl Send for DescribeStackInstanceOutput
impl Sync for DescribeStackInstanceOutput
impl Unpin for DescribeStackInstanceOutput
impl UnsafeUnpin for DescribeStackInstanceOutput
impl UnwindSafe for DescribeStackInstanceOutput
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