pub struct PaymentLinksResourceCustomTextPosition {
pub message: String,
}
Fields§
§message: String
Text may be up to 1200 characters in length.
Trait Implementations§
Source§impl Clone for PaymentLinksResourceCustomTextPosition
impl Clone for PaymentLinksResourceCustomTextPosition
Source§fn clone(&self) -> PaymentLinksResourceCustomTextPosition
fn clone(&self) -> PaymentLinksResourceCustomTextPosition
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 PaymentLinksResourceCustomTextPosition
impl FromValueOpt for PaymentLinksResourceCustomTextPosition
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentLinksResourceCustomTextPosition
impl RefUnwindSafe for PaymentLinksResourceCustomTextPosition
impl Send for PaymentLinksResourceCustomTextPosition
impl Sync for PaymentLinksResourceCustomTextPosition
impl Unpin for PaymentLinksResourceCustomTextPosition
impl UnwindSafe for PaymentLinksResourceCustomTextPosition
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