pub struct PaymentMethodDetailsScalapay {
pub transaction_id: Option<String>,
}Fields§
§transaction_id: Option<String>The Scalapay transaction ID associated with this payment.
Trait Implementations§
Source§impl Clone for PaymentMethodDetailsScalapay
impl Clone for PaymentMethodDetailsScalapay
Source§fn clone(&self) -> PaymentMethodDetailsScalapay
fn clone(&self) -> PaymentMethodDetailsScalapay
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 PaymentMethodDetailsScalapay
impl Debug for PaymentMethodDetailsScalapay
impl Eq for PaymentMethodDetailsScalapay
Source§impl FromValueOpt for PaymentMethodDetailsScalapay
impl FromValueOpt for PaymentMethodDetailsScalapay
fn from_value(v: Value) -> Option<Self>
impl StructuralPartialEq for PaymentMethodDetailsScalapay
Auto Trait Implementations§
impl Freeze for PaymentMethodDetailsScalapay
impl RefUnwindSafe for PaymentMethodDetailsScalapay
impl Send for PaymentMethodDetailsScalapay
impl Sync for PaymentMethodDetailsScalapay
impl Unpin for PaymentMethodDetailsScalapay
impl UnsafeUnpin for PaymentMethodDetailsScalapay
impl UnwindSafe for PaymentMethodDetailsScalapay
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