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: StringChildren NAPTAN ID
modes: Vec<Value>Children modes
ics_code: StringICS Code
station_naptan: StringStation NAPTAN
lines: Vec<Value>Lines
line_group: Vec<Value>Line group
line_mode_groups: Vec<Value>Line mode groups
status: boolStatus
id: StringID
common_name: StringCommon name
place_type: StringPlace type
additional_properties: Vec<Value>Additional properties
children: Vec<Value>Children
lat: f64Latitude
lon: f64Longitude
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