pub enum PaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod {
Paper,
}
Expand description
Mandate collection method
Variants§
Paper
Implementations§
Trait Implementations§
Source§impl Clone for PaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Clone for PaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
Source§fn clone(
&self,
) -> PaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
fn clone( &self, ) -> PaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
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 PaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl FromValueOpt for PaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl PartialEq for PaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
Source§fn eq(
&self,
other: &PaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod,
) -> bool
fn eq( &self, other: &PaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for PaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Eq for PaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl StructuralPartialEq for PaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
Auto Trait Implementations§
impl Freeze for PaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl RefUnwindSafe for PaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Send for PaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Sync for PaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Unpin for PaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl UnwindSafe for PaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
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