pub struct PaymentMethodDetailsSunbit {
pub transaction_id: Option<String>,
}Fields§
§transaction_id: Option<String>The Sunbit transaction ID associated with this payment.
Trait Implementations§
Source§impl Clone for PaymentMethodDetailsSunbit
impl Clone for PaymentMethodDetailsSunbit
Source§fn clone(&self) -> PaymentMethodDetailsSunbit
fn clone(&self) -> PaymentMethodDetailsSunbit
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 Debug for PaymentMethodDetailsSunbit
impl Debug for PaymentMethodDetailsSunbit
Source§impl FromValueOpt for PaymentMethodDetailsSunbit
impl FromValueOpt for PaymentMethodDetailsSunbit
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentMethodDetailsSunbit
impl PartialEq for PaymentMethodDetailsSunbit
Source§fn eq(&self, other: &PaymentMethodDetailsSunbit) -> bool
fn eq(&self, other: &PaymentMethodDetailsSunbit) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PaymentMethodDetailsSunbit
impl StructuralPartialEq for PaymentMethodDetailsSunbit
Auto Trait Implementations§
impl Freeze for PaymentMethodDetailsSunbit
impl RefUnwindSafe for PaymentMethodDetailsSunbit
impl Send for PaymentMethodDetailsSunbit
impl Sync for PaymentMethodDetailsSunbit
impl Unpin for PaymentMethodDetailsSunbit
impl UnsafeUnpin for PaymentMethodDetailsSunbit
impl UnwindSafe for PaymentMethodDetailsSunbit
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