pub enum PaymentPagesCheckoutSessionCustomFieldsType {
Dropdown,
Numeric,
Text,
}Expand description
An enum representing the possible values of an PaymentPagesCheckoutSessionCustomFields’s type field.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for PaymentPagesCheckoutSessionCustomFieldsType
impl Clone for PaymentPagesCheckoutSessionCustomFieldsType
source§fn clone(&self) -> PaymentPagesCheckoutSessionCustomFieldsType
fn clone(&self) -> PaymentPagesCheckoutSessionCustomFieldsType
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 PaymentPagesCheckoutSessionCustomFieldsType
impl<'de> Deserialize<'de> for PaymentPagesCheckoutSessionCustomFieldsType
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 PaymentPagesCheckoutSessionCustomFieldsType
impl PartialEq for PaymentPagesCheckoutSessionCustomFieldsType
source§fn eq(&self, other: &PaymentPagesCheckoutSessionCustomFieldsType) -> bool
fn eq(&self, other: &PaymentPagesCheckoutSessionCustomFieldsType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for PaymentPagesCheckoutSessionCustomFieldsType
impl Eq for PaymentPagesCheckoutSessionCustomFieldsType
impl StructuralPartialEq for PaymentPagesCheckoutSessionCustomFieldsType
Auto Trait Implementations§
impl RefUnwindSafe for PaymentPagesCheckoutSessionCustomFieldsType
impl Send for PaymentPagesCheckoutSessionCustomFieldsType
impl Sync for PaymentPagesCheckoutSessionCustomFieldsType
impl Unpin for PaymentPagesCheckoutSessionCustomFieldsType
impl UnwindSafe for PaymentPagesCheckoutSessionCustomFieldsType
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<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.