Struct aws_manager::cloudformation::Stack
source · [−]pub struct Stack {
pub name: String,
pub id: String,
pub status: StackStatus,
pub outputs: Option<Vec<Output>>,
}
Expand description
Represents the CloudFormation stack.
Fields
name: String
id: String
status: StackStatus
outputs: Option<Vec<Output>>
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Stack
impl Send for Stack
impl Sync for Stack
impl Unpin for Stack
impl UnwindSafe for Stack
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