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