Struct google_content2::CarriersCarrier[][src]

pub struct CarriersCarrier {
    pub services: Option<Vec<String>>,
    pub country: Option<String>,
    pub name: Option<String>,
}

There is no detailed description.

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

Fields

A list of supported services (e.g., "ground") for that carrier. Contains at least one service.

The CLDR country code of the carrier (e.g., "US"). Always present.

The name of the carrier (e.g., "UPS"). Always present.

Trait Implementations

impl Default for CarriersCarrier
[src]

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

impl Clone for CarriersCarrier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CarriersCarrier
[src]

Formats the value using the given formatter. Read more

impl Part for CarriersCarrier
[src]

Auto Trait Implementations