pub struct OpsMetadataEntry {
pub ops_metadata_arn: String,
pub resource_id: String,
pub metadata: HashMap<String, Value>,
pub creation_date: DateTime<Utc>,
}Fields§
§ops_metadata_arn: String§resource_id: String§metadata: HashMap<String, Value>§creation_date: DateTime<Utc>Trait Implementations§
Source§impl Clone for OpsMetadataEntry
impl Clone for OpsMetadataEntry
Source§fn clone(&self) -> OpsMetadataEntry
fn clone(&self) -> OpsMetadataEntry
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 OpsMetadataEntry
impl Debug for OpsMetadataEntry
Source§impl<'de> Deserialize<'de> for OpsMetadataEntry
impl<'de> Deserialize<'de> for OpsMetadataEntry
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 OpsMetadataEntry
impl RefUnwindSafe for OpsMetadataEntry
impl Send for OpsMetadataEntry
impl Sync for OpsMetadataEntry
impl Unpin for OpsMetadataEntry
impl UnsafeUnpin for OpsMetadataEntry
impl UnwindSafe for OpsMetadataEntry
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