Struct libstripe::CountrySpecListParams [] [src]

pub struct CountrySpecListParams<'a> {
    pub ending_before: Option<&'a str>,
    pub limit: Option<i64>,
    pub starting_after: Option<&'a str>,
}

Fields

Trait Implementations

impl<'a> Default for CountrySpecListParams<'a>
[src]

[src]

Returns the "default value" for a type. Read more

impl<'a> Debug for CountrySpecListParams<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for CountrySpecListParams<'a>

impl<'a> Sync for CountrySpecListParams<'a>