Struct plm_rs::models::NewUpdateInventoryEntry[][src]

pub struct NewUpdateInventoryEntry<'a> {
    pub quantity: &'a i32,
    pub consumed: &'a i32,
    pub unit_price: Option<&'a f32>,
    pub notes: Option<&'a str>,
    pub part_ver: &'a i32,
    pub part_id: &'a i32,
}

Fields

quantity: &'a i32consumed: &'a i32unit_price: Option<&'a f32>notes: Option<&'a str>part_ver: &'a i32part_id: &'a i32

Trait Implementations

The table which Self::Changeset will be updating

The update statement this type represents

Convert self into the actual update statement being executed

The table which Self::Changeset will be updating

The update statement this type represents

Convert self into the actual update statement being executed

Formats the value using the given formatter. Read more

The VALUES clause to insert these records Read more

Construct Self::Values Read more

Insert self into a given table. Read more

The VALUES clause to insert these records Read more

Construct Self::Values Read more

Insert self into a given table. 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.