pub struct OpsItemEvent {
pub ops_item_id: String,
pub event_id: String,
pub source: String,
pub detail_type: String,
pub created_time: DateTime<Utc>,
pub created_by: String,
}Fields§
§ops_item_id: String§event_id: String§source: String§detail_type: String§created_time: DateTime<Utc>§created_by: StringTrait Implementations§
Source§impl Clone for OpsItemEvent
impl Clone for OpsItemEvent
Source§fn clone(&self) -> OpsItemEvent
fn clone(&self) -> OpsItemEvent
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 OpsItemEvent
impl RefUnwindSafe for OpsItemEvent
impl Send for OpsItemEvent
impl Sync for OpsItemEvent
impl Unpin for OpsItemEvent
impl UnsafeUnpin for OpsItemEvent
impl UnwindSafe for OpsItemEvent
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