pub enum ExternalPurchaseCustomLinkNoticeResult {
Cancelled,
Continued,
Unknown(String),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ExternalPurchaseCustomLinkNoticeResult
impl Clone for ExternalPurchaseCustomLinkNoticeResult
Source§fn clone(&self) -> ExternalPurchaseCustomLinkNoticeResult
fn clone(&self) -> ExternalPurchaseCustomLinkNoticeResult
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 ExternalPurchaseCustomLinkNoticeResult
impl PartialEq for ExternalPurchaseCustomLinkNoticeResult
Source§fn eq(&self, other: &ExternalPurchaseCustomLinkNoticeResult) -> bool
fn eq(&self, other: &ExternalPurchaseCustomLinkNoticeResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ExternalPurchaseCustomLinkNoticeResult
impl StructuralPartialEq for ExternalPurchaseCustomLinkNoticeResult
Auto Trait Implementations§
impl Freeze for ExternalPurchaseCustomLinkNoticeResult
impl RefUnwindSafe for ExternalPurchaseCustomLinkNoticeResult
impl Send for ExternalPurchaseCustomLinkNoticeResult
impl Sync for ExternalPurchaseCustomLinkNoticeResult
impl Unpin for ExternalPurchaseCustomLinkNoticeResult
impl UnsafeUnpin for ExternalPurchaseCustomLinkNoticeResult
impl UnwindSafe for ExternalPurchaseCustomLinkNoticeResult
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