Enum gapi_grpc::google::maps::routes::v1::TollPass[][src]

#[repr(i32)]pub enum TollPass {
    Unspecified,
    AuLinkt,
    ArTelepase,
    BrConectcar,
    BrMoveMais,
    BrSemParar,
    BrTaggy,
    BrVeloe,
    MxTagIave,
    MxTagTelevia,
    MxViapass,
    UsCaFastrak,
    UsIlIpass,
    UsMaEzpassma,
    UsNyEzpassny,
    UsWaGoodToGo,
}

List of toll passes around the world that we support.

Variants

Unspecified

Not used. If this value is used, then the request fails.

AuLinkt

Australia-wide toll pass. See additional details at https://www.linkt.com.au/.

ArTelepase

Argentina toll pass. See additional details at https://telepase.com.ar

BrConectcar

Brazil toll pass. See additional details at https://conectcar.com.

BrMoveMais

Brazil toll pass. See additional details at https://movemais.com.

BrSemParar

Brazil toll pass. See additional details at https://www.semparar.com.br.

BrTaggy

Brazil toll pass. See additional details at https://taggy.com.br.

BrVeloe

Brazil toll pass. See additional details at https://veloe.com.br/site/onde-usar.

MxTagIave

Mexico toll pass.

MxTagTelevia

Mexico toll pass company. One of many operating in Mexico City. See additional details at https://www.televia.com.mx.

MxViapass

Mexico toll pass. See additional details at https://www.viapass.com.mx/viapass/web_home.aspx.

UsCaFastrak

State pass of California, United States. Passes vary between Standard, Flex, and Clean Air. Flex and Clean Air have settings for carpool. See additional details at https://www.bayareafastrak.org/en/home/index.shtml.

UsIlIpass

State pass of Illinois, United States. See additional details at https://www.illinoistollway.com/about-ipass.

UsMaEzpassma

State pass of Massachusetts, United States. See additional details at https://www.mass.gov/ezdrivema.

UsNyEzpassny

State pass of New York, United States. See additional details at https://www.e-zpassny.com.

UsWaGoodToGo

State pass of the Washington state, United States.

Implementations

impl TollPass[src]

pub fn is_valid(value: i32) -> bool[src]

Returns true if value is a variant of TollPass.

pub fn from_i32(value: i32) -> Option<TollPass>[src]

Converts an i32 to a TollPass, or None if value is not a valid variant.

Trait Implementations

impl Clone for TollPass[src]

impl Copy for TollPass[src]

impl Debug for TollPass[src]

impl Default for TollPass[src]

impl Eq for TollPass[src]

impl From<TollPass> for i32[src]

impl Hash for TollPass[src]

impl Ord for TollPass[src]

impl PartialEq<TollPass> for TollPass[src]

impl PartialOrd<TollPass> for TollPass[src]

impl StructuralEq for TollPass[src]

impl StructuralPartialEq for TollPass[src]

Auto Trait Implementations

impl RefUnwindSafe for TollPass

impl Send for TollPass

impl Sync for TollPass

impl Unpin for TollPass

impl UnwindSafe for TollPass

Blanket Implementations

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

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

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

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> IntoRequest<T> for T[src]

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> 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<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]