pub struct Station {
pub stat_name: String,
pub stat_id: u32,
pub ke: String,
pub stat: String,
pub latitude: f64,
pub longitude: f64,
pub hs: u32,
pub hfg_nfg: Option<u32>,
pub bl: String,
}Fields§
§stat_name: String§stat_id: u32§ke: String§stat: String§latitude: f64§longitude: f64§hs: u32§hfg_nfg: Option<u32>§bl: StringTrait Implementations§
impl StructuralPartialEq for Station
Auto Trait Implementations§
impl Freeze for Station
impl RefUnwindSafe for Station
impl Send for Station
impl Sync for Station
impl Unpin for Station
impl UnsafeUnpin for Station
impl UnwindSafe for Station
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more