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