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