Struct google_jobs3::CommuteInfo[][src]

pub struct CommuteInfo {
    pub travel_duration: Option<String>,
    pub job_location: Option<Location>,
}

Output only.

Commute details related to this job.

This type is not used in any activity, and only used as part of another schema.

Fields

The number of seconds required to travel to the job location from the query location. A duration of 0 seconds indicates that the job is not reachable within the requested duration, but was returned as part of an expanded query.

Location used as the destination in the commute calculation.

Trait Implementations

impl Default for CommuteInfo
[src]

Returns the "default value" for a type. Read more

impl Clone for CommuteInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CommuteInfo
[src]

Formats the value using the given formatter. Read more

impl Part for CommuteInfo
[src]

Auto Trait Implementations

impl Send for CommuteInfo

impl Sync for CommuteInfo