pub struct CreatePaymentLinkCustomFieldsLabel {
pub custom: String,
pub type_: CreatePaymentLinkCustomFieldsLabelType,
}Expand description
The label for the field, displayed to the customer.
Fields§
§custom: StringCustom text for the label, displayed to the customer. Up to 50 characters.
type_: CreatePaymentLinkCustomFieldsLabelTypeThe type of the label.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentLinkCustomFieldsLabel
impl Clone for CreatePaymentLinkCustomFieldsLabel
Source§fn clone(&self) -> CreatePaymentLinkCustomFieldsLabel
fn clone(&self) -> CreatePaymentLinkCustomFieldsLabel
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 PartialEq for CreatePaymentLinkCustomFieldsLabel
impl PartialEq for CreatePaymentLinkCustomFieldsLabel
Source§fn eq(&self, other: &CreatePaymentLinkCustomFieldsLabel) -> bool
fn eq(&self, other: &CreatePaymentLinkCustomFieldsLabel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentLinkCustomFieldsLabel
impl StructuralPartialEq for CreatePaymentLinkCustomFieldsLabel
Auto Trait Implementations§
impl Freeze for CreatePaymentLinkCustomFieldsLabel
impl RefUnwindSafe for CreatePaymentLinkCustomFieldsLabel
impl Send for CreatePaymentLinkCustomFieldsLabel
impl Sync for CreatePaymentLinkCustomFieldsLabel
impl Unpin for CreatePaymentLinkCustomFieldsLabel
impl UnsafeUnpin for CreatePaymentLinkCustomFieldsLabel
impl UnwindSafe for CreatePaymentLinkCustomFieldsLabel
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