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