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