Struct plm_rs::config::Config[][src]

pub struct Config {
    pub database_name: String,
    pub library_name: String,
    pub attrition_config: AttritionConfig,
    pub part_number_ignore_list: Vec<String>,
}
Expand description

Config that can be installed locally

Fields

database_name: String

Name of database within config folder

library_name: String

Library name

attrition_config: AttritionConfig

Attrition config

part_number_ignore_list: Vec<String>

Ignore parts that contain one of these

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. 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.