Struct google_jobs3::CompanyDerivedInfo[][src]

pub struct CompanyDerivedInfo {
    pub headquarters_location: Option<Location>,
}

Derived details about the company.

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

Fields

A structured headquarters location of the company, resolved from Company.hq_location if provided.

Trait Implementations

impl Default for CompanyDerivedInfo
[src]

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

impl Clone for CompanyDerivedInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CompanyDerivedInfo
[src]

Formats the value using the given formatter. Read more

impl Part for CompanyDerivedInfo
[src]

Auto Trait Implementations