pub struct StopPointLine {
pub type_field: String,
pub id: String,
pub name: String,
pub uri: String,
pub type_field2: String,
pub crowding: Crowding,
pub route_type: String,
pub status: String,
}Fields§
§type_field: String§id: StringStop point line ID
name: StringStop point line name
uri: StringURI
type_field2: String§crowding: CrowdingCrowding details
route_type: StringRoute type
status: StringStatus
Trait Implementations§
Source§impl Clone for StopPointLine
impl Clone for StopPointLine
Source§fn clone(&self) -> StopPointLine
fn clone(&self) -> StopPointLine
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StopPointLine
impl Debug for StopPointLine
Source§impl Default for StopPointLine
impl Default for StopPointLine
Source§fn default() -> StopPointLine
fn default() -> StopPointLine
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StopPointLine
impl<'de> Deserialize<'de> for StopPointLine
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
Source§impl PartialEq for StopPointLine
impl PartialEq for StopPointLine
Source§impl Serialize for StopPointLine
impl Serialize for StopPointLine
impl StructuralPartialEq for StopPointLine
Auto Trait Implementations§
impl Freeze for StopPointLine
impl RefUnwindSafe for StopPointLine
impl Send for StopPointLine
impl Sync for StopPointLine
impl Unpin for StopPointLine
impl UnwindSafe for StopPointLine
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