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