pub struct Children {Show 18 fields
pub type_field: String,
pub naptan_id: String,
pub modes: Vec<Value>,
pub ics_code: String,
pub station_naptan: String,
pub lines: Vec<Value>,
pub line_group: Vec<Value>,
pub line_mode_groups: Vec<Value>,
pub status: bool,
pub id: String,
pub common_name: String,
pub place_type: String,
pub additional_properties: Vec<Value>,
pub children: Vec<Value>,
pub lat: f64,
pub lon: f64,
pub hub_naptan_code: Option<String>,
pub indicator: Option<String>,
}
Fields§
§type_field: String
§naptan_id: String
Children NAPTAN ID
modes: Vec<Value>
Children modes
ics_code: String
ICS Code
station_naptan: String
Station NAPTAN
lines: Vec<Value>
Lines
line_group: Vec<Value>
Line group
line_mode_groups: Vec<Value>
Line mode groups
status: bool
Status
id: String
ID
common_name: String
Common name
place_type: String
Place type
additional_properties: Vec<Value>
Additional properties
children: Vec<Value>
Children
lat: f64
Latitude
lon: f64
Longitude
hub_naptan_code: Option<String>
Hub NAPTAN code
indicator: Option<String>
Indicator
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Children
impl<'de> Deserialize<'de> for Children
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Children
Auto Trait Implementations§
impl Freeze for Children
impl RefUnwindSafe for Children
impl Send for Children
impl Sync for Children
impl Unpin for Children
impl UnwindSafe for Children
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