pub struct CloudFormationSnapshot {
pub schema_version: u32,
pub accounts: Option<MultiAccountState<CloudFormationState>>,
pub state: Option<CloudFormationState>,
}Fields§
§schema_version: u32§accounts: Option<MultiAccountState<CloudFormationState>>§state: Option<CloudFormationState>Trait Implementations§
Source§impl Debug for CloudFormationSnapshot
impl Debug for CloudFormationSnapshot
Source§impl<'de> Deserialize<'de> for CloudFormationSnapshot
impl<'de> Deserialize<'de> for CloudFormationSnapshot
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CloudFormationSnapshot
impl RefUnwindSafe for CloudFormationSnapshot
impl Send for CloudFormationSnapshot
impl Sync for CloudFormationSnapshot
impl Unpin for CloudFormationSnapshot
impl UnsafeUnpin for CloudFormationSnapshot
impl UnwindSafe for CloudFormationSnapshot
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