pub struct PaymentPagesCheckoutSessionCustomTextPosition {
pub message: String,
}
Fields§
§message: String
Text may 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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for PaymentPagesCheckoutSessionCustomTextPosition
impl RefUnwindSafe for PaymentPagesCheckoutSessionCustomTextPosition
impl Send for PaymentPagesCheckoutSessionCustomTextPosition
impl Sync for PaymentPagesCheckoutSessionCustomTextPosition
impl Unpin 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