#[non_exhaustive]pub struct DescribeStackSetOperationOutput { /* private fields */ }Implementations
sourceimpl DescribeStackSetOperationOutput
impl DescribeStackSetOperationOutput
sourcepub fn stack_set_operation(&self) -> Option<&StackSetOperation>
pub fn stack_set_operation(&self) -> Option<&StackSetOperation>
The specified stack set operation.
sourceimpl DescribeStackSetOperationOutput
impl DescribeStackSetOperationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeStackSetOperationOutput.
Trait Implementations
sourceimpl Clone for DescribeStackSetOperationOutput
impl Clone for DescribeStackSetOperationOutput
sourcefn clone(&self) -> DescribeStackSetOperationOutput
fn clone(&self) -> DescribeStackSetOperationOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DescribeStackSetOperationOutput> for DescribeStackSetOperationOutput
impl PartialEq<DescribeStackSetOperationOutput> for DescribeStackSetOperationOutput
sourcefn eq(&self, other: &DescribeStackSetOperationOutput) -> bool
fn eq(&self, other: &DescribeStackSetOperationOutput) -> bool
impl StructuralPartialEq for DescribeStackSetOperationOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeStackSetOperationOutput
impl Send for DescribeStackSetOperationOutput
impl Sync for DescribeStackSetOperationOutput
impl Unpin for DescribeStackSetOperationOutput
impl UnwindSafe for DescribeStackSetOperationOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more