#[non_exhaustive]pub struct ImportStacksToStackSetOutput { /* private fields */ }Implementations
sourceimpl ImportStacksToStackSetOutput
impl ImportStacksToStackSetOutput
sourcepub fn operation_id(&self) -> Option<&str>
pub fn operation_id(&self) -> Option<&str>
The unique identifier for the stack set operation.
sourceimpl ImportStacksToStackSetOutput
impl ImportStacksToStackSetOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImportStacksToStackSetOutput.
Trait Implementations
sourceimpl Clone for ImportStacksToStackSetOutput
impl Clone for ImportStacksToStackSetOutput
sourcefn clone(&self) -> ImportStacksToStackSetOutput
fn clone(&self) -> ImportStacksToStackSetOutput
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 Debug for ImportStacksToStackSetOutput
impl Debug for ImportStacksToStackSetOutput
sourceimpl PartialEq<ImportStacksToStackSetOutput> for ImportStacksToStackSetOutput
impl PartialEq<ImportStacksToStackSetOutput> for ImportStacksToStackSetOutput
sourcefn eq(&self, other: &ImportStacksToStackSetOutput) -> bool
fn eq(&self, other: &ImportStacksToStackSetOutput) -> bool
impl StructuralPartialEq for ImportStacksToStackSetOutput
Auto Trait Implementations
impl RefUnwindSafe for ImportStacksToStackSetOutput
impl Send for ImportStacksToStackSetOutput
impl Sync for ImportStacksToStackSetOutput
impl Unpin for ImportStacksToStackSetOutput
impl UnwindSafe for ImportStacksToStackSetOutput
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