pub struct CreatePaymentLinkWrapper { /* private fields */ }Trait Implementations§
Source§impl AddField<Order> for CreatePaymentLinkWrapper
impl AddField<Order> for CreatePaymentLinkWrapper
Source§impl Clone for CreatePaymentLinkWrapper
impl Clone for CreatePaymentLinkWrapper
Source§fn clone(&self) -> CreatePaymentLinkWrapper
fn clone(&self) -> CreatePaymentLinkWrapper
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 Debug for CreatePaymentLinkWrapper
impl Debug for CreatePaymentLinkWrapper
Source§impl Default for CreatePaymentLinkWrapper
impl Default for CreatePaymentLinkWrapper
Source§fn default() -> CreatePaymentLinkWrapper
fn default() -> CreatePaymentLinkWrapper
Returns the “default value” for a type. Read more
Source§impl Serialize for CreatePaymentLinkWrapper
impl Serialize for CreatePaymentLinkWrapper
Source§impl Validate for CreatePaymentLinkWrapper
impl Validate for CreatePaymentLinkWrapper
Auto Trait Implementations§
impl Freeze for CreatePaymentLinkWrapper
impl RefUnwindSafe for CreatePaymentLinkWrapper
impl Send for CreatePaymentLinkWrapper
impl Sync for CreatePaymentLinkWrapper
impl Unpin for CreatePaymentLinkWrapper
impl UnwindSafe for CreatePaymentLinkWrapper
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