Struct stripe::SourceFilter[][src]

pub struct SourceFilter {
    pub object: SourceType,
}

Fields

Methods

impl SourceFilter
[src]

Trait Implementations

impl Debug for SourceFilter
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations