pub struct DescribeStackSetInput {
pub stack_set_name: String,
}Fields§
§stack_set_name: StringThe name or unique ID of the stack set whose description you want.
Trait Implementations§
Source§impl Clone for DescribeStackSetInput
impl Clone for DescribeStackSetInput
Source§fn clone(&self) -> DescribeStackSetInput
fn clone(&self) -> DescribeStackSetInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DescribeStackSetInput
impl Debug for DescribeStackSetInput
Source§impl Default for DescribeStackSetInput
impl Default for DescribeStackSetInput
Source§fn default() -> DescribeStackSetInput
fn default() -> DescribeStackSetInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeStackSetInput
impl PartialEq for DescribeStackSetInput
Source§fn eq(&self, other: &DescribeStackSetInput) -> bool
fn eq(&self, other: &DescribeStackSetInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeStackSetInput
Auto Trait Implementations§
impl Freeze for DescribeStackSetInput
impl RefUnwindSafe for DescribeStackSetInput
impl Send for DescribeStackSetInput
impl Sync for DescribeStackSetInput
impl Unpin for DescribeStackSetInput
impl UnsafeUnpin for DescribeStackSetInput
impl UnwindSafe for DescribeStackSetInput
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