Struct ya_client_model::payment::debit_note_event::DebitNoteEvent
source · pub struct DebitNoteEvent {
pub debit_note_id: String,
pub event_date: DateTime<Utc>,
pub event_type: DebitNoteEventType,
}Fields§
§debit_note_id: String§event_date: DateTime<Utc>§event_type: DebitNoteEventTypeTrait Implementations§
source§impl Clone for DebitNoteEvent
impl Clone for DebitNoteEvent
source§fn clone(&self) -> DebitNoteEvent
fn clone(&self) -> DebitNoteEvent
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 DebitNoteEvent
impl Debug for DebitNoteEvent
source§impl<'de> Deserialize<'de> for DebitNoteEvent
impl<'de> Deserialize<'de> for DebitNoteEvent
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 RefUnwindSafe for DebitNoteEvent
impl Send for DebitNoteEvent
impl Sync for DebitNoteEvent
impl Unpin for DebitNoteEvent
impl UnwindSafe for DebitNoteEvent
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