pub enum RailwayProviderType {
Show 34 variants
Vbb,
Oebb,
NahSh,
Vvt,
IrishRail,
MobiliteitLu,
Rmv,
SBahnMuenchen,
Saarvv,
Cfl,
Nvv,
Vsn,
Vgi,
Vbn,
Rsag,
Vmt,
Vos,
Avv,
Rejseplanen,
Ooevv,
Salzburg,
Verbundlinie,
Svv,
Vor,
Vkg,
Vvv,
Bls,
Kvb,
Bart,
Ivb,
Resrobot,
SearchCh,
Transitous,
Db,
}Expand description
An enumeration listing all available Providers in the RailwayProvider.
Variants§
Vbb
Oebb
NahSh
Vvt
IrishRail
MobiliteitLu
Rmv
SBahnMuenchen
Saarvv
Cfl
Nvv
Vsn
Vgi
Vbn
Rsag
Vmt
Vos
Avv
Rejseplanen
Ooevv
Salzburg
Verbundlinie
Svv
Vor
Vkg
Vvv
Bls
Kvb
Bart
Ivb
Resrobot
SearchCh
Transitous
Db
Implementations§
Trait Implementations§
Source§impl Clone for RailwayProviderType
impl Clone for RailwayProviderType
Source§fn clone(&self) -> RailwayProviderType
fn clone(&self) -> RailwayProviderType
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 RailwayProviderType
impl Debug for RailwayProviderType
Source§impl Display for RailwayProviderType
impl Display for RailwayProviderType
Source§impl FromStr for RailwayProviderType
impl FromStr for RailwayProviderType
Source§impl PartialEq for RailwayProviderType
impl PartialEq for RailwayProviderType
impl Eq for RailwayProviderType
impl StructuralPartialEq for RailwayProviderType
Auto Trait Implementations§
impl Freeze for RailwayProviderType
impl RefUnwindSafe for RailwayProviderType
impl Send for RailwayProviderType
impl Sync for RailwayProviderType
impl Unpin for RailwayProviderType
impl UnwindSafe for RailwayProviderType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.