Struct plm_rs::tables::inventory::Shortage[][src]

pub struct Shortage {
    pub pid: i32,
    pub pn: String,
    pub mpn: String,
    pub desc: String,
    pub have: i32,
    pub needed: i32,
    pub short: i32,
    pub quantity: Option<i32>,
    pub notes: Option<String>,
    pub unit_price: Option<f32>,
}

Fields

pid: i32pn: Stringmpn: Stringdesc: Stringhave: i32needed: i32short: i32quantity: Option<i32>notes: Option<String>unit_price: Option<f32>

Trait Implementations

Formats the value using the given formatter. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Convert self to an expression for Diesel’s query builder. Read more

Convert &self to an expression for Diesel’s query builder. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.