pub struct LineGroup {
pub type_field: String,
pub naptan_id_reference: Option<String>,
pub station_atco_code: String,
pub line_identifier: Vec<String>,
}
Fields§
§type_field: String
§naptan_id_reference: Option<String>
NAPTAN ID reference for line group
station_atco_code: String
Station atco code for line group
line_identifier: Vec<String>
Line identifier for line group
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LineGroup
impl<'de> Deserialize<'de> for LineGroup
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 LineGroup
Auto Trait Implementations§
impl Freeze for LineGroup
impl RefUnwindSafe for LineGroup
impl Send for LineGroup
impl Sync for LineGroup
impl Unpin for LineGroup
impl UnwindSafe for LineGroup
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