Enum stripe::EventObject[][src]

pub enum EventObject {
Show 25 variants Account(Account), ApplicationFee(ApplicationFee), ApplicationFeeRefund(ApplicationFeeRefund), Balance(Balance), BankAccount(BankAccount), Card(Card), Charge(Charge), Customer(Customer), Dispute(Dispute), CheckoutSession(CheckoutSession), File(File), Invoice(Invoice), InvoiceItem(InvoiceItem), Order(Order), OrderReturn(OrderReturn), PaymentMethod(PaymentMethod), PaymentIntent(PaymentIntent), Payout(Payout), Plan(Plan), Product(Product), Refund(Refund), Review(Review), Sku(Sku), Subscription(Subscription), Transfer(Transfer),
}

Variants

Account(Account)

Tuple Fields

ApplicationFee(ApplicationFee)

Tuple Fields

ApplicationFeeRefund(ApplicationFeeRefund)

Tuple Fields

Balance(Balance)

Tuple Fields

BankAccount(BankAccount)

Tuple Fields

Card(Card)

Tuple Fields

0: Card

Charge(Charge)

Tuple Fields

0: Charge

Customer(Customer)

Tuple Fields

Dispute(Dispute)

Tuple Fields

CheckoutSession(CheckoutSession)

Tuple Fields

File(File)

Tuple Fields

0: File

Invoice(Invoice)

Tuple Fields

InvoiceItem(InvoiceItem)

Tuple Fields

Order(Order)

Tuple Fields

0: Order

OrderReturn(OrderReturn)

Tuple Fields

PaymentMethod(PaymentMethod)

Tuple Fields

PaymentIntent(PaymentIntent)

Tuple Fields

Payout(Payout)

Tuple Fields

0: Payout

Plan(Plan)

Tuple Fields

0: Plan

Product(Product)

Tuple Fields

Refund(Refund)

Tuple Fields

0: Refund

Review(Review)

Tuple Fields

0: Review

Sku(Sku)

Tuple Fields

0: Sku

Subscription(Subscription)

Tuple Fields

Transfer(Transfer)

Tuple Fields

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more