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 (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 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>
Source§impl PartialEq for PaymentMethodAffirm
impl PartialEq for PaymentMethodAffirm
Source§fn eq(&self, other: &PaymentMethodAffirm) -> bool
fn eq(&self, other: &PaymentMethodAffirm) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PaymentMethodAffirm
impl Eq for PaymentMethodAffirm
impl StructuralPartialEq 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 UnsafeUnpin 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