pub struct PaymentMethodDetailsMobilepay {
pub card: Option<InternalCard>,
}
Fields§
§card: Option<InternalCard>
Internal card details
Trait Implementations§
Source§impl Clone for PaymentMethodDetailsMobilepay
impl Clone for PaymentMethodDetailsMobilepay
Source§fn clone(&self) -> PaymentMethodDetailsMobilepay
fn clone(&self) -> PaymentMethodDetailsMobilepay
Returns a duplicate of the value. Read more
1.0.0 · 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 PaymentMethodDetailsMobilepay
impl FromValueOpt for PaymentMethodDetailsMobilepay
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentMethodDetailsMobilepay
impl RefUnwindSafe for PaymentMethodDetailsMobilepay
impl Send for PaymentMethodDetailsMobilepay
impl Sync for PaymentMethodDetailsMobilepay
impl Unpin for PaymentMethodDetailsMobilepay
impl UnwindSafe for PaymentMethodDetailsMobilepay
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