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: StringLine ID
name: StringLine name
uri: StringLine URI
type_field2: String§crowding: Crowding2Crowding
route_type: StringRoute type
status: StringLine 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