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: StationNumberStation 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: u32The 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
Auto Trait Implementations
impl RefUnwindSafe for StationSummaryimpl Send for StationSummaryimpl Sync for StationSummaryimpl Unpin for StationSummaryimpl UnwindSafe for StationSummary