pub struct PaymentMethodAffirm {}
Trait Implementations§
Source§impl Clone for PaymentMethodAffirm
impl Clone for PaymentMethodAffirm
Source§fn clone(&self) -> PaymentMethodAffirm
fn clone(&self) -> PaymentMethodAffirm
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 Debug for PaymentMethodAffirm
impl Debug for PaymentMethodAffirm
Source§impl Deserialize for PaymentMethodAffirm
impl Deserialize for PaymentMethodAffirm
Source§impl FromValueOpt for PaymentMethodAffirm
impl FromValueOpt for PaymentMethodAffirm
fn from_value(v: Value) -> Option<Self>
impl Copy for PaymentMethodAffirm
Auto Trait Implementations§
impl Freeze for PaymentMethodAffirm
impl RefUnwindSafe for PaymentMethodAffirm
impl Send for PaymentMethodAffirm
impl Sync for PaymentMethodAffirm
impl Unpin for PaymentMethodAffirm
impl UnwindSafe for PaymentMethodAffirm
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