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