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