pub struct PayPalPaymentMethod;Expand description
PayPal payment marker.
Trait Implementations§
Source§impl Clone for PayPalPaymentMethod
impl Clone for PayPalPaymentMethod
Source§fn clone(&self) -> PayPalPaymentMethod
fn clone(&self) -> PayPalPaymentMethod
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 PayPalPaymentMethod
impl Debug for PayPalPaymentMethod
Source§impl Default for PayPalPaymentMethod
impl Default for PayPalPaymentMethod
Source§fn default() -> PayPalPaymentMethod
fn default() -> PayPalPaymentMethod
Returns the “default value” for a type. Read more
Source§impl PartialEq for PayPalPaymentMethod
impl PartialEq for PayPalPaymentMethod
impl Copy for PayPalPaymentMethod
impl Eq for PayPalPaymentMethod
impl StructuralPartialEq for PayPalPaymentMethod
Auto Trait Implementations§
impl Freeze for PayPalPaymentMethod
impl RefUnwindSafe for PayPalPaymentMethod
impl Send for PayPalPaymentMethod
impl Sync for PayPalPaymentMethod
impl Unpin for PayPalPaymentMethod
impl UnsafeUnpin for PayPalPaymentMethod
impl UnwindSafe for PayPalPaymentMethod
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