pub struct UpdateStackSetOutput {
pub operation_id: Option<String>,
}Fields§
§operation_id: Option<String>The unique ID for this stack set operation.
Trait Implementations§
Source§impl Clone for UpdateStackSetOutput
impl Clone for UpdateStackSetOutput
Source§fn clone(&self) -> UpdateStackSetOutput
fn clone(&self) -> UpdateStackSetOutput
Returns a duplicate 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 Debug for UpdateStackSetOutput
impl Debug for UpdateStackSetOutput
Source§impl Default for UpdateStackSetOutput
impl Default for UpdateStackSetOutput
Source§fn default() -> UpdateStackSetOutput
fn default() -> UpdateStackSetOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdateStackSetOutput
impl PartialEq for UpdateStackSetOutput
impl StructuralPartialEq for UpdateStackSetOutput
Auto Trait Implementations§
impl Freeze for UpdateStackSetOutput
impl RefUnwindSafe for UpdateStackSetOutput
impl Send for UpdateStackSetOutput
impl Sync for UpdateStackSetOutput
impl Unpin for UpdateStackSetOutput
impl UnwindSafe for UpdateStackSetOutput
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