pub struct CreditNotesPaymentRecordRefund {
pub payment_record: String,
pub refund_group: String,
}Fields§
§payment_record: StringID of the payment record.
refund_group: StringID of the refund group.
Trait Implementations§
Source§impl Clone for CreditNotesPaymentRecordRefund
impl Clone for CreditNotesPaymentRecordRefund
Source§fn clone(&self) -> CreditNotesPaymentRecordRefund
fn clone(&self) -> CreditNotesPaymentRecordRefund
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl FromValueOpt for CreditNotesPaymentRecordRefund
impl FromValueOpt for CreditNotesPaymentRecordRefund
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for CreditNotesPaymentRecordRefund
impl PartialEq for CreditNotesPaymentRecordRefund
Source§fn eq(&self, other: &CreditNotesPaymentRecordRefund) -> bool
fn eq(&self, other: &CreditNotesPaymentRecordRefund) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreditNotesPaymentRecordRefund
impl StructuralPartialEq for CreditNotesPaymentRecordRefund
Auto Trait Implementations§
impl Freeze for CreditNotesPaymentRecordRefund
impl RefUnwindSafe for CreditNotesPaymentRecordRefund
impl Send for CreditNotesPaymentRecordRefund
impl Sync for CreditNotesPaymentRecordRefund
impl Unpin for CreditNotesPaymentRecordRefund
impl UnsafeUnpin for CreditNotesPaymentRecordRefund
impl UnwindSafe for CreditNotesPaymentRecordRefund
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