pub enum PaymentLinksResourceAfterCompletionType {
HostedConfirmation,
Redirect,
}
Expand description
The specified behavior after the purchase is complete.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PaymentLinksResourceAfterCompletionType
impl Clone for PaymentLinksResourceAfterCompletionType
Source§fn clone(&self) -> PaymentLinksResourceAfterCompletionType
fn clone(&self) -> PaymentLinksResourceAfterCompletionType
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 PaymentLinksResourceAfterCompletionType
impl FromValueOpt for PaymentLinksResourceAfterCompletionType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentLinksResourceAfterCompletionType
impl PartialEq for PaymentLinksResourceAfterCompletionType
Source§fn eq(&self, other: &PaymentLinksResourceAfterCompletionType) -> bool
fn eq(&self, other: &PaymentLinksResourceAfterCompletionType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for PaymentLinksResourceAfterCompletionType
impl Eq for PaymentLinksResourceAfterCompletionType
impl StructuralPartialEq for PaymentLinksResourceAfterCompletionType
Auto Trait Implementations§
impl Freeze for PaymentLinksResourceAfterCompletionType
impl RefUnwindSafe for PaymentLinksResourceAfterCompletionType
impl Send for PaymentLinksResourceAfterCompletionType
impl Sync for PaymentLinksResourceAfterCompletionType
impl Unpin for PaymentLinksResourceAfterCompletionType
impl UnwindSafe for PaymentLinksResourceAfterCompletionType
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