Struct google_pagespeedonline2::ResultFormattedResults[][src]

pub struct ResultFormattedResults {
    pub locale: Option<String>,
    pub rule_results: Option<HashMap<String, ResultFormattedResultsRuleResults>>,
}

Localized PageSpeed results. Contains a ruleResults entry for each PageSpeed rule instantiated and run by the server.

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

Fields

The locale of the formattedResults, e.g. "en_US".

Dictionary of formatted rule results, with one entry for each PageSpeed rule instantiated and run by the server.

Trait Implementations

impl Default for ResultFormattedResults
[src]

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

impl Clone for ResultFormattedResults
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ResultFormattedResults
[src]

Formats the value using the given formatter. Read more

impl NestedType for ResultFormattedResults
[src]

impl Part for ResultFormattedResults
[src]

Auto Trait Implementations