[][src]Trait transit_model::objects::WithId

pub trait WithId {
    fn with_id(id: &str) -> Self;
}

Required methods

fn with_id(id: &str) -> Self

Loading content...

Implementors

impl WithId for Calendar[src]

impl WithId for CommercialMode[src]

impl WithId for Company[src]

impl WithId for Contributor[src]

impl WithId for Dataset[src]

impl WithId for Line[src]

impl WithId for Network[src]

impl WithId for PhysicalMode[src]

impl WithId for Route[src]

impl WithId for StopArea[src]

impl WithId for StopPoint[src]

impl WithId for VehicleJourney[src]

Loading content...