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 (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 OpsItemEvent
impl Debug for OpsItemEvent
Source§impl<'de> Deserialize<'de> for OpsItemEvent
impl<'de> Deserialize<'de> for OpsItemEvent
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 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