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: Stringevent_date: DateTime<Utc>event_type: DebitNoteEventTypeTrait Implementations
sourceimpl Clone for DebitNoteEvent
impl Clone for DebitNoteEvent
sourcefn clone(&self) -> DebitNoteEvent
fn clone(&self) -> DebitNoteEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DebitNoteEvent
impl Debug for DebitNoteEvent
sourceimpl<'de> Deserialize<'de> for DebitNoteEvent
impl<'de> Deserialize<'de> for DebitNoteEvent
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 Serialize for DebitNoteEvent
impl Serialize for DebitNoteEvent
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
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