Struct aqi_nacor_schema::schema::LabDataType[][src]

pub struct LabDataType {
    pub lab_name: LabDataNameCodeType,
    pub lab_category_name: Option<LabDataCategoryCodeType>,
    pub lab_unit: CommonUnit,
    pub lab_value: String,
    pub lab_value_text: Option<String>,
    pub lab_range_high: Option<String>,
    pub lab_range_low: Option<String>,
    pub lab_date_time: DateTime<Local>,
    pub lab_comments: Option<String>,
}

Fields

Trait Implementations

impl WritableSchemaType for LabDataType
[src]

Auto Trait Implementations

impl Send for LabDataType

impl Sync for LabDataType