pub struct UpdatePaymentLinkRequest {
pub payment_link: PaymentLink,
}Expand description
This is a model struct for UpdatePaymentLinkRequest type.
Fields§
§payment_link: PaymentLinkThe payment_link object describing the updates to apply. For more information, see Update a payment link. [https://developer.squareup.com/docs/checkout-api/manage-checkout#update-a-payment-link]
Trait Implementations§
Source§impl Clone for UpdatePaymentLinkRequest
impl Clone for UpdatePaymentLinkRequest
Source§fn clone(&self) -> UpdatePaymentLinkRequest
fn clone(&self) -> UpdatePaymentLinkRequest
Returns a copy 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 UpdatePaymentLinkRequest
impl Debug for UpdatePaymentLinkRequest
Source§impl PartialEq for UpdatePaymentLinkRequest
impl PartialEq for UpdatePaymentLinkRequest
Source§impl Serialize for UpdatePaymentLinkRequest
impl Serialize for UpdatePaymentLinkRequest
impl Eq for UpdatePaymentLinkRequest
impl StructuralPartialEq for UpdatePaymentLinkRequest
Auto Trait Implementations§
impl Freeze for UpdatePaymentLinkRequest
impl RefUnwindSafe for UpdatePaymentLinkRequest
impl Send for UpdatePaymentLinkRequest
impl Sync for UpdatePaymentLinkRequest
impl Unpin for UpdatePaymentLinkRequest
impl UnwindSafe for UpdatePaymentLinkRequest
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