pub struct ProviderEvent {
pub activity_id: String,
pub agreement_id: String,
pub event_type: ProviderEventType,
pub event_date: DateTime<Utc>,
}Fields§
§activity_id: String§agreement_id: String§event_type: ProviderEventType§event_date: DateTime<Utc>Trait Implementations§
Source§impl Clone for ProviderEvent
impl Clone for ProviderEvent
Source§fn clone(&self) -> ProviderEvent
fn clone(&self) -> ProviderEvent
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 moreSource§impl Debug for ProviderEvent
impl Debug for ProviderEvent
Source§impl<'de> Deserialize<'de> for ProviderEvent
impl<'de> Deserialize<'de> for ProviderEvent
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
Source§impl PartialEq for ProviderEvent
impl PartialEq for ProviderEvent
Source§impl Serialize for ProviderEvent
impl Serialize for ProviderEvent
impl StructuralPartialEq for ProviderEvent
Auto Trait Implementations§
impl Freeze for ProviderEvent
impl RefUnwindSafe for ProviderEvent
impl Send for ProviderEvent
impl Sync for ProviderEvent
impl Unpin for ProviderEvent
impl UnwindSafe for ProviderEvent
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