Struct gapi_grpc::google::maps::routes::v1::TollInfo[][src]

pub struct TollInfo {
    pub estimated_price: Vec<Money>,
}

Encapsulates toll information on a Route or on a RouteLeg.

Fields

estimated_price: Vec<Money>

The monetary amount of tolls for the corresponding Route or RouteLeg. This list contains a money amount for each currency that is expected to be charged by the toll stations. Typically this list will contain only one item for routes with tolls in one currency. For international trips, this list may contain multiple items to reflect tolls in different currencies.

Trait Implementations

impl Clone for TollInfo[src]

impl Debug for TollInfo[src]

impl Default for TollInfo[src]

impl Message for TollInfo[src]

impl PartialEq<TollInfo> for TollInfo[src]

impl StructuralPartialEq for TollInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for TollInfo

impl Send for TollInfo

impl Sync for TollInfo

impl Unpin for TollInfo

impl UnwindSafe for TollInfo

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<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]