Struct stripe::Event[][src]

pub struct Event {
    pub event_type: EventType,
    pub data: EventData,
}

Fields

Trait Implementations

impl Debug for Event
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Event

impl Sync for Event