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 moreimpl Eq for PaymentPagesCheckoutSessionCustomTextPosition
Source§impl FromValueOpt for PaymentPagesCheckoutSessionCustomTextPosition
impl FromValueOpt for PaymentPagesCheckoutSessionCustomTextPosition
fn from_value(v: Value) -> Option<Self>
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