pub struct PaymentLinksResourceCustomTextPosition {
pub message: String,
}Fields§
§message: StringText can 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 (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 PaymentLinksResourceCustomTextPosition
impl FromValueOpt for PaymentLinksResourceCustomTextPosition
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentLinksResourceCustomTextPosition
impl PartialEq for PaymentLinksResourceCustomTextPosition
Source§fn eq(&self, other: &PaymentLinksResourceCustomTextPosition) -> bool
fn eq(&self, other: &PaymentLinksResourceCustomTextPosition) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PaymentLinksResourceCustomTextPosition
impl StructuralPartialEq for PaymentLinksResourceCustomTextPosition
Auto Trait Implementations§
impl Freeze for PaymentLinksResourceCustomTextPosition
impl RefUnwindSafe for PaymentLinksResourceCustomTextPosition
impl Send for PaymentLinksResourceCustomTextPosition
impl Sync for PaymentLinksResourceCustomTextPosition
impl Unpin for PaymentLinksResourceCustomTextPosition
impl UnsafeUnpin 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