[−][src]Struct bufkit_data::StationSummary
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.
auto_download: boolIs this site marked for automatic downloads.
number_of_files: u32The number of files in the archive related to this site.
Implementations
impl StationSummary[src]
pub fn ids_as_string(&self) -> String[src]
Concantenate the ids into a comma separated list.
pub fn models_as_string(&self) -> String[src]
Concatenate the models into a comma separated list.
Auto Trait Implementations
impl RefUnwindSafe for StationSummary
impl Send for StationSummary
impl Sync for StationSummary
impl Unpin for StationSummary
impl UnwindSafe for StationSummary
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,