pub struct CloudFormationState {
pub account_id: String,
pub region: String,
pub stacks: HashMap<String, Stack>,
}Fields§
§account_id: String§region: String§stacks: HashMap<String, Stack>Implementations§
Auto Trait Implementations§
impl Freeze for CloudFormationState
impl RefUnwindSafe for CloudFormationState
impl Send for CloudFormationState
impl Sync for CloudFormationState
impl Unpin for CloudFormationState
impl UnsafeUnpin for CloudFormationState
impl UnwindSafe for CloudFormationState
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