pub struct PaymentLinksResourceCustomFieldsLabel {
pub custom: Option<String>,
pub type_: PaymentLinksResourceCustomFieldsLabelType,
}
Fields§
§custom: Option<String>
Custom text for the label, displayed to the customer. Up to 50 characters.
type_: PaymentLinksResourceCustomFieldsLabelType
The type of the label.
Trait Implementations§
Source§impl Clone for PaymentLinksResourceCustomFieldsLabel
impl Clone for PaymentLinksResourceCustomFieldsLabel
Source§fn clone(&self) -> PaymentLinksResourceCustomFieldsLabel
fn clone(&self) -> PaymentLinksResourceCustomFieldsLabel
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 PaymentLinksResourceCustomFieldsLabel
impl FromValueOpt for PaymentLinksResourceCustomFieldsLabel
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentLinksResourceCustomFieldsLabel
impl RefUnwindSafe for PaymentLinksResourceCustomFieldsLabel
impl Send for PaymentLinksResourceCustomFieldsLabel
impl Sync for PaymentLinksResourceCustomFieldsLabel
impl Unpin for PaymentLinksResourceCustomFieldsLabel
impl UnwindSafe for PaymentLinksResourceCustomFieldsLabel
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