Struct ya_client_model::payment::invoice_event::InvoiceEvent
source · [−]pub struct InvoiceEvent {
pub invoice_id: String,
pub event_date: DateTime<Utc>,
pub event_type: InvoiceEventType,
}Fields
invoice_id: Stringevent_date: DateTime<Utc>event_type: InvoiceEventTypeTrait Implementations
sourceimpl Debug for InvoiceEvent
impl Debug for InvoiceEvent
sourceimpl<'de> Deserialize<'de> for InvoiceEvent
impl<'de> Deserialize<'de> for InvoiceEvent
sourcefn 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
sourceimpl PartialEq<InvoiceEvent> for InvoiceEvent
impl PartialEq<InvoiceEvent> for InvoiceEvent
sourcefn eq(&self, other: &InvoiceEvent) -> bool
fn eq(&self, other: &InvoiceEvent) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl Serialize for InvoiceEvent
impl Serialize for InvoiceEvent
impl StructuralPartialEq for InvoiceEvent
Auto Trait Implementations
impl RefUnwindSafe for InvoiceEvent
impl Send for InvoiceEvent
impl Sync for InvoiceEvent
impl Unpin for InvoiceEvent
impl UnwindSafe for InvoiceEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more