pub enum PaymentLinkSubmitType {
Auto,
Book,
Donate,
Pay,
Subscribe,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PaymentLinkSubmitType
impl Clone for PaymentLinkSubmitType
Source§fn clone(&self) -> PaymentLinkSubmitType
fn clone(&self) -> PaymentLinkSubmitType
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 PaymentLinkSubmitType
impl Debug for PaymentLinkSubmitType
Source§impl Deserialize for PaymentLinkSubmitType
impl Deserialize for PaymentLinkSubmitType
Source§impl Display for PaymentLinkSubmitType
impl Display for PaymentLinkSubmitType
Source§impl FromStr for PaymentLinkSubmitType
impl FromStr for PaymentLinkSubmitType
Source§impl FromValueOpt for PaymentLinkSubmitType
impl FromValueOpt for PaymentLinkSubmitType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentLinkSubmitType
impl PartialEq for PaymentLinkSubmitType
Source§impl Serialize for PaymentLinkSubmitType
impl Serialize for PaymentLinkSubmitType
impl Copy for PaymentLinkSubmitType
impl Eq for PaymentLinkSubmitType
impl StructuralPartialEq for PaymentLinkSubmitType
Auto Trait Implementations§
impl Freeze for PaymentLinkSubmitType
impl RefUnwindSafe for PaymentLinkSubmitType
impl Send for PaymentLinkSubmitType
impl Sync for PaymentLinkSubmitType
impl Unpin for PaymentLinkSubmitType
impl UnwindSafe for PaymentLinkSubmitType
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