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