Enum stripe::PaymentSource[][src]

pub enum PaymentSource {
    Card(Card),
    Source(Source),
}

Variants

Trait Implementations

impl Debug for PaymentSource
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations