Enum stripe::Source[][src]

pub enum Source {
    Card(Card),
}

Variants

Methods

impl Source
[src]

Trait Implementations

impl Debug for Source
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Source

impl Sync for Source