pub enum PaymentLinksResourceCustomFieldsType {
Dropdown,
Numeric,
Text,
}
Expand description
The type of the field.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PaymentLinksResourceCustomFieldsType
impl Clone for PaymentLinksResourceCustomFieldsType
Source§fn clone(&self) -> PaymentLinksResourceCustomFieldsType
fn clone(&self) -> PaymentLinksResourceCustomFieldsType
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 PaymentLinksResourceCustomFieldsType
impl FromValueOpt for PaymentLinksResourceCustomFieldsType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentLinksResourceCustomFieldsType
impl PartialEq for PaymentLinksResourceCustomFieldsType
Source§fn eq(&self, other: &PaymentLinksResourceCustomFieldsType) -> bool
fn eq(&self, other: &PaymentLinksResourceCustomFieldsType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for PaymentLinksResourceCustomFieldsType
impl Eq for PaymentLinksResourceCustomFieldsType
impl StructuralPartialEq for PaymentLinksResourceCustomFieldsType
Auto Trait Implementations§
impl Freeze for PaymentLinksResourceCustomFieldsType
impl RefUnwindSafe for PaymentLinksResourceCustomFieldsType
impl Send for PaymentLinksResourceCustomFieldsType
impl Sync for PaymentLinksResourceCustomFieldsType
impl Unpin for PaymentLinksResourceCustomFieldsType
impl UnwindSafe for PaymentLinksResourceCustomFieldsType
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