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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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