pub enum PaymentPagesCheckoutSessionCustomFieldsType {
Dropdown,
Numeric,
Text,
}
Expand description
The type of the 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 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 FromValueOpt for PaymentPagesCheckoutSessionCustomFieldsType
impl FromValueOpt for PaymentPagesCheckoutSessionCustomFieldsType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentPagesCheckoutSessionCustomFieldsType
impl PartialEq for PaymentPagesCheckoutSessionCustomFieldsType
Source§fn eq(&self, other: &PaymentPagesCheckoutSessionCustomFieldsType) -> bool
fn eq(&self, other: &PaymentPagesCheckoutSessionCustomFieldsType) -> bool
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 Freeze for PaymentPagesCheckoutSessionCustomFieldsType
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