Struct ya_client_model::activity::provider_event::ProviderEvent
source · 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 copy 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§fn eq(&self, other: &ProviderEvent) -> bool
fn eq(&self, other: &ProviderEvent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ProviderEvent
impl Serialize for ProviderEvent
impl StructuralPartialEq for ProviderEvent
Auto Trait Implementations§
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