pub struct RefundDestinationDetailsMbWay {
pub reference: Option<String>,
pub reference_status: Option<String>,
}Fields§
§reference: Option<String>The reference assigned to the refund.
reference_status: Option<String>Status of the reference on the refund. This can be pending, available or unavailable.
Trait Implementations§
Source§impl Clone for RefundDestinationDetailsMbWay
impl Clone for RefundDestinationDetailsMbWay
Source§fn clone(&self) -> RefundDestinationDetailsMbWay
fn clone(&self) -> RefundDestinationDetailsMbWay
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 RefundDestinationDetailsMbWay
impl FromValueOpt for RefundDestinationDetailsMbWay
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for RefundDestinationDetailsMbWay
impl PartialEq for RefundDestinationDetailsMbWay
Source§fn eq(&self, other: &RefundDestinationDetailsMbWay) -> bool
fn eq(&self, other: &RefundDestinationDetailsMbWay) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RefundDestinationDetailsMbWay
impl StructuralPartialEq for RefundDestinationDetailsMbWay
Auto Trait Implementations§
impl Freeze for RefundDestinationDetailsMbWay
impl RefUnwindSafe for RefundDestinationDetailsMbWay
impl Send for RefundDestinationDetailsMbWay
impl Sync for RefundDestinationDetailsMbWay
impl Unpin for RefundDestinationDetailsMbWay
impl UnsafeUnpin for RefundDestinationDetailsMbWay
impl UnwindSafe for RefundDestinationDetailsMbWay
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