pub enum CustomerCreationSource {
Show 19 variants
Other,
Appointments,
Coupon,
DeletionRecovery,
Directory,
Egifting,
EmailCollection,
Feedback,
Import,
Invoices,
Loyalty,
Marketing,
Merge,
OnlineStore,
InstantProfile,
Terminal,
ThirdParty,
ThirdPartyImport,
UnmergeRecovery,
}Expand description
The CustomerCreationSource type, indicating how the customer was created.
Variants§
Other
Appointments
Coupon
DeletionRecovery
Directory
Egifting
EmailCollection
Feedback
Import
Invoices
Loyalty
Marketing
Merge
OnlineStore
InstantProfile
Terminal
ThirdParty
ThirdPartyImport
UnmergeRecovery
Trait Implementations§
Source§impl Clone for CustomerCreationSource
impl Clone for CustomerCreationSource
Source§fn clone(&self) -> CustomerCreationSource
fn clone(&self) -> CustomerCreationSource
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 CustomerCreationSource
impl Debug for CustomerCreationSource
Source§impl<'de> Deserialize<'de> for CustomerCreationSource
impl<'de> Deserialize<'de> for CustomerCreationSource
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CustomerCreationSource
impl PartialEq for CustomerCreationSource
Source§impl Serialize for CustomerCreationSource
impl Serialize for CustomerCreationSource
impl StructuralPartialEq for CustomerCreationSource
Auto Trait Implementations§
impl Freeze for CustomerCreationSource
impl RefUnwindSafe for CustomerCreationSource
impl Send for CustomerCreationSource
impl Sync for CustomerCreationSource
impl Unpin for CustomerCreationSource
impl UnwindSafe for CustomerCreationSource
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