Struct google_content2::api::TransitTable [−][src]
pub struct TransitTable {
pub postal_code_group_names: Option<Vec<String>>,
pub rows: Option<Vec<TransitTableTransitTimeRow>>,
pub transit_time_labels: Option<Vec<String>>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
postal_code_group_names: Option<Vec<String>>A list of postal group names. The last value can be "all other locations". Example: ["zone 1", "zone 2", "all other locations"]. The referred postal code groups must match the delivery country of the service.
rows: Option<Vec<TransitTableTransitTimeRow>>no description provided
transit_time_labels: Option<Vec<String>>A list of transit time labels. The last value can be "all other labels". Example: ["food", "electronics", "all other labels"].
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for TransitTable
impl Send for TransitTable
impl Sync for TransitTable
impl Unpin for TransitTable
impl UnwindSafe for TransitTable
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more