Enum stripe::generated::core::payment_intent::UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage
source · pub enum UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage {
None,
}Expand description
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsPaynow’s setup_future_usage field.
Variants§
None
Implementations§
Trait Implementations§
source§impl Clone for UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage
impl Clone for UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage
source§fn clone(&self) -> UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage
fn clone(&self) -> UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage
Returns a copy 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 UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage
impl<'de> Deserialize<'de> for UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage
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<UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage> for UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage
impl PartialEq<UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage> for UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage
source§fn eq(
&self,
other: &UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage
) -> bool
fn eq( &self, other: &UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage
impl Eq for UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage
impl StructuralEq for UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage
impl StructuralPartialEq for UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage
Auto Trait Implementations§
impl RefUnwindSafe for UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage
impl Send for UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage
impl Sync for UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage
impl Unpin for UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage
impl UnwindSafe for UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.