pub struct Line2 {
pub type_field: String,
pub id: String,
pub name: String,
pub uri: String,
pub type_field2: String,
pub crowding: Crowding2,
pub route_type: String,
pub status: String,
}
Fields§
§type_field: String
§id: String
Line ID
name: String
Line name
uri: String
Line URI
type_field2: String
§crowding: Crowding2
Crowding
route_type: String
Route type
status: String
Line status
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Line2
impl<'de> Deserialize<'de> for Line2
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 Line2
Auto Trait Implementations§
impl Freeze for Line2
impl RefUnwindSafe for Line2
impl Send for Line2
impl Sync for Line2
impl Unpin for Line2
impl UnwindSafe for Line2
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