pub enum AccountEventKey {
Show 20 variants
Welcome,
TierUpgrade,
ExistingChargebacks,
HighChargebackRatioWarning,
ProviderDisconnected,
BillingPaymentFailed,
BillingInvoiceReady,
BillingWelcome,
BillingPaymentSucceeded,
BillingPaymentFailed2,
BillingOverageInvoiceCreated,
BillingUpcomingInvoice,
BillingTrialExpired,
BillingTrialEnding,
BillingTrialStarted,
BillingPlanDowngraded,
BillingPlanUpgraded,
BillingPlanRenewed,
BillingPlanCancelled,
BillingPlanPurchased,
}Variants§
Welcome
TierUpgrade
ExistingChargebacks
HighChargebackRatioWarning
ProviderDisconnected
BillingPaymentFailed
BillingInvoiceReady
BillingWelcome
BillingPaymentSucceeded
BillingPaymentFailed2
BillingOverageInvoiceCreated
BillingUpcomingInvoice
BillingTrialExpired
BillingTrialEnding
BillingTrialStarted
BillingPlanDowngraded
BillingPlanUpgraded
BillingPlanRenewed
BillingPlanCancelled
BillingPlanPurchased
Implementations§
Trait Implementations§
Source§impl Clone for AccountEventKey
impl Clone for AccountEventKey
Source§fn clone(&self) -> AccountEventKey
fn clone(&self) -> AccountEventKey
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 AccountEventKey
impl Debug for AccountEventKey
Source§impl<'de> Deserialize<'de> for AccountEventKey
impl<'de> Deserialize<'de> for AccountEventKey
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 AccountEventKey
impl PartialEq for AccountEventKey
Source§impl Serialize for AccountEventKey
impl Serialize for AccountEventKey
impl Eq for AccountEventKey
impl StructuralPartialEq for AccountEventKey
Auto Trait Implementations§
impl Freeze for AccountEventKey
impl RefUnwindSafe for AccountEventKey
impl Send for AccountEventKey
impl Sync for AccountEventKey
impl Unpin for AccountEventKey
impl UnsafeUnpin for AccountEventKey
impl UnwindSafe for AccountEventKey
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