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