pub struct DescribeStackSetOutput {
pub stack_set: Option<StackSet>,
}Fields§
§stack_set: Option<StackSet>The specified stack set.
Trait Implementations§
Source§impl Clone for DescribeStackSetOutput
impl Clone for DescribeStackSetOutput
Source§fn clone(&self) -> DescribeStackSetOutput
fn clone(&self) -> DescribeStackSetOutput
Returns a duplicate 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 DescribeStackSetOutput
impl Debug for DescribeStackSetOutput
Source§impl Default for DescribeStackSetOutput
impl Default for DescribeStackSetOutput
Source§fn default() -> DescribeStackSetOutput
fn default() -> DescribeStackSetOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeStackSetOutput
impl PartialEq for DescribeStackSetOutput
impl StructuralPartialEq for DescribeStackSetOutput
Auto Trait Implementations§
impl Freeze for DescribeStackSetOutput
impl RefUnwindSafe for DescribeStackSetOutput
impl Send for DescribeStackSetOutput
impl Sync for DescribeStackSetOutput
impl Unpin for DescribeStackSetOutput
impl UnwindSafe for DescribeStackSetOutput
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