pub enum CreateSetupIntentPaymentMethodOptionsKlarnaSubscriptionsInterval {
Day,
Month,
Week,
Year,
}
Expand description
Unit of time between subscription charges.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CreateSetupIntentPaymentMethodOptionsKlarnaSubscriptionsInterval
impl Clone for CreateSetupIntentPaymentMethodOptionsKlarnaSubscriptionsInterval
Source§fn clone(
&self,
) -> CreateSetupIntentPaymentMethodOptionsKlarnaSubscriptionsInterval
fn clone( &self, ) -> CreateSetupIntentPaymentMethodOptionsKlarnaSubscriptionsInterval
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 PartialEq for CreateSetupIntentPaymentMethodOptionsKlarnaSubscriptionsInterval
impl PartialEq for CreateSetupIntentPaymentMethodOptionsKlarnaSubscriptionsInterval
Source§fn eq(
&self,
other: &CreateSetupIntentPaymentMethodOptionsKlarnaSubscriptionsInterval,
) -> bool
fn eq( &self, other: &CreateSetupIntentPaymentMethodOptionsKlarnaSubscriptionsInterval, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CreateSetupIntentPaymentMethodOptionsKlarnaSubscriptionsInterval
impl Eq for CreateSetupIntentPaymentMethodOptionsKlarnaSubscriptionsInterval
impl StructuralPartialEq for CreateSetupIntentPaymentMethodOptionsKlarnaSubscriptionsInterval
Auto Trait Implementations§
impl Freeze for CreateSetupIntentPaymentMethodOptionsKlarnaSubscriptionsInterval
impl RefUnwindSafe for CreateSetupIntentPaymentMethodOptionsKlarnaSubscriptionsInterval
impl Send for CreateSetupIntentPaymentMethodOptionsKlarnaSubscriptionsInterval
impl Sync for CreateSetupIntentPaymentMethodOptionsKlarnaSubscriptionsInterval
impl Unpin for CreateSetupIntentPaymentMethodOptionsKlarnaSubscriptionsInterval
impl UnwindSafe for CreateSetupIntentPaymentMethodOptionsKlarnaSubscriptionsInterval
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