pub struct CloudWatchSnapshot {
pub schema_version: u32,
pub accounts: CloudWatchAccounts,
}Expand description
On-disk snapshot envelope for CloudWatch state.
Fields§
§schema_version: u32§accounts: CloudWatchAccountsTrait Implementations§
Source§impl Clone for CloudWatchSnapshot
impl Clone for CloudWatchSnapshot
Source§fn clone(&self) -> CloudWatchSnapshot
fn clone(&self) -> CloudWatchSnapshot
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 CloudWatchSnapshot
impl Debug for CloudWatchSnapshot
Source§impl<'de> Deserialize<'de> for CloudWatchSnapshot
impl<'de> Deserialize<'de> for CloudWatchSnapshot
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 CloudWatchSnapshot
impl RefUnwindSafe for CloudWatchSnapshot
impl Send for CloudWatchSnapshot
impl Sync for CloudWatchSnapshot
impl Unpin for CloudWatchSnapshot
impl UnsafeUnpin for CloudWatchSnapshot
impl UnwindSafe for CloudWatchSnapshot
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