pub struct PaymentLinksResourceAfterCompletion {
pub hosted_confirmation: Option<PaymentLinksResourceCompletionBehaviorConfirmationPage>,
pub redirect: Option<PaymentLinksResourceCompletionBehaviorRedirect>,
pub type_: PaymentLinksResourceAfterCompletionType,
}
Fields§
§hosted_confirmation: Option<PaymentLinksResourceCompletionBehaviorConfirmationPage>
§redirect: Option<PaymentLinksResourceCompletionBehaviorRedirect>
§type_: PaymentLinksResourceAfterCompletionType
The specified behavior after the purchase is complete.
Trait Implementations§
Source§impl Clone for PaymentLinksResourceAfterCompletion
impl Clone for PaymentLinksResourceAfterCompletion
Source§fn clone(&self) -> PaymentLinksResourceAfterCompletion
fn clone(&self) -> PaymentLinksResourceAfterCompletion
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 FromValueOpt for PaymentLinksResourceAfterCompletion
impl FromValueOpt for PaymentLinksResourceAfterCompletion
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentLinksResourceAfterCompletion
impl RefUnwindSafe for PaymentLinksResourceAfterCompletion
impl Send for PaymentLinksResourceAfterCompletion
impl Sync for PaymentLinksResourceAfterCompletion
impl Unpin for PaymentLinksResourceAfterCompletion
impl UnwindSafe for PaymentLinksResourceAfterCompletion
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