Struct stripe::List[][src]

pub struct List<T> {
    pub data: Vec<T>,
    pub has_more: bool,
    pub total_count: Option<u64>,
    pub url: String,
}

Fields

Trait Implementations

impl<T: Debug> Debug for List<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for List<T> where
    T: Send

impl<T> Sync for List<T> where
    T: Sync