pub struct PaymentMethodOptionsUsBankAccountMandateOptions {
pub collection_method: Option<PaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod>,
}Fields§
§collection_method: Option<PaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod>Mandate collection method
Trait Implementations§
Source§impl Clone for PaymentMethodOptionsUsBankAccountMandateOptions
impl Clone for PaymentMethodOptionsUsBankAccountMandateOptions
Source§fn clone(&self) -> PaymentMethodOptionsUsBankAccountMandateOptions
fn clone(&self) -> PaymentMethodOptionsUsBankAccountMandateOptions
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 PaymentMethodOptionsUsBankAccountMandateOptions
impl FromValueOpt for PaymentMethodOptionsUsBankAccountMandateOptions
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentMethodOptionsUsBankAccountMandateOptions
impl RefUnwindSafe for PaymentMethodOptionsUsBankAccountMandateOptions
impl Send for PaymentMethodOptionsUsBankAccountMandateOptions
impl Sync for PaymentMethodOptionsUsBankAccountMandateOptions
impl Unpin for PaymentMethodOptionsUsBankAccountMandateOptions
impl UnwindSafe for PaymentMethodOptionsUsBankAccountMandateOptions
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