[][src]Struct transit_model::objects::StopPoint

pub struct StopPoint {
    pub id: String,
    pub name: String,
    pub codes: KeysValues,
    pub object_properties: KeysValues,
    pub comment_links: CommentLinksT,
    pub visible: bool,
    pub coord: Coord,
    pub stop_area_id: String,
    pub timezone: Option<String>,
    pub geometry_id: Option<String>,
    pub equipment_id: Option<String>,
    pub fare_zone_id: Option<String>,
    pub stop_type: StopType,
}

Fields

id: Stringname: Stringcodes: KeysValuesobject_properties: KeysValuescomment_links: CommentLinksTvisible: boolcoord: Coordstop_area_id: Stringtimezone: Option<String>geometry_id: Option<String>equipment_id: Option<String>fare_zone_id: Option<String>stop_type: StopType

Trait Implementations

impl Id<StopPoint> for StopPoint[src]

impl Id<StopArea> for StopPoint[src]

impl AddPrefix for StopPoint[src]

impl GetObjectType for StopPoint[src]

impl Codes for StopPoint[src]

impl Properties for StopPoint[src]

impl WithId for StopPoint[src]

impl GetCorresponding<StopPoint> for IdxSet<StopArea>[src]

impl GetCorresponding<StopPoint> for IdxSet<CommercialMode>[src]

impl GetCorresponding<StopPoint> for IdxSet<Route>[src]

impl GetCorresponding<StopPoint> for IdxSet<Company>[src]

impl GetCorresponding<StopPoint> for IdxSet<Line>[src]

impl GetCorresponding<StopPoint> for IdxSet<StopPoint>[src]

impl GetCorresponding<StopPoint> for IdxSet<Dataset>[src]

impl GetCorresponding<StopPoint> for IdxSet<PhysicalMode>[src]

impl GetCorresponding<StopPoint> for IdxSet<VehicleJourney>[src]

impl GetCorresponding<StopPoint> for IdxSet<Transfer>[src]

impl GetCorresponding<StopPoint> for IdxSet<Network>[src]

impl GetCorresponding<StopPoint> for IdxSet<Contributor>[src]

impl PartialEq<StopPoint> for StopPoint[src]

impl Clone for StopPoint[src]

default fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for StopPoint[src]

impl Debug for StopPoint[src]

impl<'de> Deserialize<'de> for StopPoint[src]

impl Serialize for StopPoint[src]

Auto Trait Implementations

impl Send for StopPoint

impl Sync for StopPoint

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]