Struct libstripe::Inventory [] [src]

pub struct Inventory {
    pub quantity: Option<i32>,
    pub inventory_type: Option<InventoryType>,
    pub value: Option<InventoryValue>,
}

Fields

Trait Implementations

impl Default for Inventory
[src]

[src]

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

impl Debug for Inventory
[src]

[src]

Formats the value using the given formatter.