pub enum CheckoutKlarnaPaymentMethodOptionsSetupFutureUsage {
None,
OffSession,
OnSession,
}Available on crate feature
checkout only.Expand description
An enum representing the possible values of an CheckoutKlarnaPaymentMethodOptions’s setup_future_usage field.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CheckoutKlarnaPaymentMethodOptionsSetupFutureUsage
impl Clone for CheckoutKlarnaPaymentMethodOptionsSetupFutureUsage
Source§fn clone(&self) -> CheckoutKlarnaPaymentMethodOptionsSetupFutureUsage
fn clone(&self) -> CheckoutKlarnaPaymentMethodOptionsSetupFutureUsage
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<'de> Deserialize<'de> for CheckoutKlarnaPaymentMethodOptionsSetupFutureUsage
impl<'de> Deserialize<'de> for CheckoutKlarnaPaymentMethodOptionsSetupFutureUsage
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CheckoutKlarnaPaymentMethodOptionsSetupFutureUsage
impl PartialEq for CheckoutKlarnaPaymentMethodOptionsSetupFutureUsage
Source§fn eq(&self, other: &CheckoutKlarnaPaymentMethodOptionsSetupFutureUsage) -> bool
fn eq(&self, other: &CheckoutKlarnaPaymentMethodOptionsSetupFutureUsage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CheckoutKlarnaPaymentMethodOptionsSetupFutureUsage
impl Eq for CheckoutKlarnaPaymentMethodOptionsSetupFutureUsage
impl StructuralPartialEq for CheckoutKlarnaPaymentMethodOptionsSetupFutureUsage
Auto Trait Implementations§
impl Freeze for CheckoutKlarnaPaymentMethodOptionsSetupFutureUsage
impl RefUnwindSafe for CheckoutKlarnaPaymentMethodOptionsSetupFutureUsage
impl Send for CheckoutKlarnaPaymentMethodOptionsSetupFutureUsage
impl Sync for CheckoutKlarnaPaymentMethodOptionsSetupFutureUsage
impl Unpin for CheckoutKlarnaPaymentMethodOptionsSetupFutureUsage
impl UnwindSafe for CheckoutKlarnaPaymentMethodOptionsSetupFutureUsage
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.