pub struct PaymentPagesCheckoutSessionCustomTextPosition {
pub message: String,
}Fields§
§message: StringText can be up to 1200 characters in length.
Trait Implementations§
Source§impl Clone for PaymentPagesCheckoutSessionCustomTextPosition
impl Clone for PaymentPagesCheckoutSessionCustomTextPosition
Source§fn clone(&self) -> PaymentPagesCheckoutSessionCustomTextPosition
fn clone(&self) -> PaymentPagesCheckoutSessionCustomTextPosition
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PaymentPagesCheckoutSessionCustomTextPosition
impl FromValueOpt for PaymentPagesCheckoutSessionCustomTextPosition
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentPagesCheckoutSessionCustomTextPosition
impl PartialEq for PaymentPagesCheckoutSessionCustomTextPosition
Source§fn eq(&self, other: &PaymentPagesCheckoutSessionCustomTextPosition) -> bool
fn eq(&self, other: &PaymentPagesCheckoutSessionCustomTextPosition) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PaymentPagesCheckoutSessionCustomTextPosition
impl StructuralPartialEq for PaymentPagesCheckoutSessionCustomTextPosition
Auto Trait Implementations§
impl Freeze for PaymentPagesCheckoutSessionCustomTextPosition
impl RefUnwindSafe for PaymentPagesCheckoutSessionCustomTextPosition
impl Send for PaymentPagesCheckoutSessionCustomTextPosition
impl Sync for PaymentPagesCheckoutSessionCustomTextPosition
impl Unpin for PaymentPagesCheckoutSessionCustomTextPosition
impl UnsafeUnpin for PaymentPagesCheckoutSessionCustomTextPosition
impl UnwindSafe for PaymentPagesCheckoutSessionCustomTextPosition
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