#[non_exhaustive]pub struct BatchDisassociateUserStackOutput { /* private fields */ }Implementations§
source§impl BatchDisassociateUserStackOutput
impl BatchDisassociateUserStackOutput
sourcepub fn errors(&self) -> Option<&[UserStackAssociationError]>
pub fn errors(&self) -> Option<&[UserStackAssociationError]>
The list of UserStackAssociationError objects.
source§impl BatchDisassociateUserStackOutput
impl BatchDisassociateUserStackOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchDisassociateUserStackOutput.
Trait Implementations§
source§impl Clone for BatchDisassociateUserStackOutput
impl Clone for BatchDisassociateUserStackOutput
source§fn clone(&self) -> BatchDisassociateUserStackOutput
fn clone(&self) -> BatchDisassociateUserStackOutput
Returns a copy 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 PartialEq<BatchDisassociateUserStackOutput> for BatchDisassociateUserStackOutput
impl PartialEq<BatchDisassociateUserStackOutput> for BatchDisassociateUserStackOutput
source§fn eq(&self, other: &BatchDisassociateUserStackOutput) -> bool
fn eq(&self, other: &BatchDisassociateUserStackOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.