pub struct OpsItemRelatedItem {
pub association_id: String,
pub ops_item_id: String,
pub association_type: String,
pub resource_type: String,
pub resource_uri: String,
pub created_time: DateTime<Utc>,
pub created_by: String,
pub last_modified_time: DateTime<Utc>,
pub last_modified_by: String,
}Fields§
§association_id: String§ops_item_id: String§association_type: String§resource_type: String§resource_uri: String§created_time: DateTime<Utc>§created_by: String§last_modified_time: DateTime<Utc>§last_modified_by: StringTrait Implementations§
Source§impl Clone for OpsItemRelatedItem
impl Clone for OpsItemRelatedItem
Source§fn clone(&self) -> OpsItemRelatedItem
fn clone(&self) -> OpsItemRelatedItem
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 OpsItemRelatedItem
impl RefUnwindSafe for OpsItemRelatedItem
impl Send for OpsItemRelatedItem
impl Sync for OpsItemRelatedItem
impl Unpin for OpsItemRelatedItem
impl UnsafeUnpin for OpsItemRelatedItem
impl UnwindSafe for OpsItemRelatedItem
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