Struct libstripe::ItemParam [] [src]

pub struct ItemParam<'a> {
    pub plan: &'a str,
    pub quantity: Option<i32>,
}

Fields

Trait Implementations

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

[src]

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

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for ItemParam<'a>

impl<'a> Sync for ItemParam<'a>