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