pub enum ExternalPurchaseCustomLinkNoticeType {
WithinApp,
Browser,
Unknown(i64),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ExternalPurchaseCustomLinkNoticeType
impl Clone for ExternalPurchaseCustomLinkNoticeType
Source§fn clone(&self) -> ExternalPurchaseCustomLinkNoticeType
fn clone(&self) -> ExternalPurchaseCustomLinkNoticeType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for ExternalPurchaseCustomLinkNoticeType
impl PartialEq for ExternalPurchaseCustomLinkNoticeType
Source§fn eq(&self, other: &ExternalPurchaseCustomLinkNoticeType) -> bool
fn eq(&self, other: &ExternalPurchaseCustomLinkNoticeType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ExternalPurchaseCustomLinkNoticeType
impl Eq for ExternalPurchaseCustomLinkNoticeType
impl StructuralPartialEq for ExternalPurchaseCustomLinkNoticeType
Auto Trait Implementations§
impl Freeze for ExternalPurchaseCustomLinkNoticeType
impl RefUnwindSafe for ExternalPurchaseCustomLinkNoticeType
impl Send for ExternalPurchaseCustomLinkNoticeType
impl Sync for ExternalPurchaseCustomLinkNoticeType
impl Unpin for ExternalPurchaseCustomLinkNoticeType
impl UnsafeUnpin for ExternalPurchaseCustomLinkNoticeType
impl UnwindSafe for ExternalPurchaseCustomLinkNoticeType
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