Struct bufkit_data::StationSummary[][src]

pub struct StationSummary {
    pub station_num: StationNumber,
    pub ids: Vec<String>,
    pub models: Vec<Model>,
    pub name: Option<String>,
    pub notes: Option<String>,
    pub state: Option<StateProv>,
    pub time_zone: Option<FixedOffset>,
    pub number_of_files: u32,
}
Expand description

A summary of the information about a station.

Fields

station_num: StationNumber

Station number

ids: Vec<String>

List of ids associated with this site

models: Vec<Model>

All the models in the archive associated with this site

name: Option<String>

Station name, common name

notes: Option<String>

Notes related to the site

state: Option<StateProv>

The state-province associated with the site.

time_zone: Option<FixedOffset>

The time zone offset to local standard time.

number_of_files: u32

The number of files in the archive related to this site.

Implementations

Concantenate the ids into a comma separated list.

Concatenate the models into a comma separated list.

Trait Implementations

Formats the value using the given formatter. 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.

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.