Struct jet::products::Inventory [] [src]

pub struct Inventory {
    pub fulfillment_nodes: Vec<InventoryFulfillmentNode>,
}

Fields

Trait Implementations

impl Debug for Inventory
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Inventory

impl Sync for Inventory