[][src]Struct google_pagespeedonline5::LighthouseResultV5I18nRendererFormattedStrings

pub struct LighthouseResultV5I18nRendererFormattedStrings {
    pub passed_audits_group_title: Option<String>,
    pub audit_group_expand_tooltip: Option<String>,
    pub variance_disclaimer: Option<String>,
    pub opportunity_savings_column_label: Option<String>,
    pub error_missing_audit_info: Option<String>,
    pub ls_performance_category_description: Option<String>,
    pub manual_audits_group_title: Option<String>,
    pub not_applicable_audits_group_title: Option<String>,
    pub scorescale_label: Option<String>,
    pub warning_header: Option<String>,
    pub lab_data_title: Option<String>,
    pub toplevel_warnings_message: Option<String>,
    pub crc_longest_duration_label: Option<String>,
    pub error_label: Option<String>,
    pub opportunity_resource_column_label: Option<String>,
    pub crc_initial_navigation: Option<String>,
}

Internationalized strings that are formatted to the locale in configSettings.

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

Fields

passed_audits_group_title: Option<String>

The heading that is shown above a list of audits that are passing.

audit_group_expand_tooltip: Option<String>

The tooltip text on an expandable chevron icon.

variance_disclaimer: Option<String>

The disclaimer shown below a performance metric value.

opportunity_savings_column_label: Option<String>

The heading for the estimated page load savings of opportunity audits.

error_missing_audit_info: Option<String>

The error string shown next to an erroring audit.

ls_performance_category_description: Option<String>

The disclaimer shown under performance explaning that the network can vary.

manual_audits_group_title: Option<String>

The heading shown above a list of audits that were not computerd in the run.

not_applicable_audits_group_title: Option<String>

The heading shown above a list of audits that do not apply to a page.

scorescale_label: Option<String>

The label that explains the score gauges scale (0-49, 50-89, 90-100).

warning_header: Option<String>

The label shown above a bulleted list of warnings.

lab_data_title: Option<String>

The title of the lab data performance category.

toplevel_warnings_message: Option<String>

The label shown preceding important warnings that may have invalidated an entire report.

crc_longest_duration_label: Option<String>

The label for values shown in the summary of critical request chains.

error_label: Option<String>

The label shown next to an audit or metric that has had an error.

opportunity_resource_column_label: Option<String>

The heading for the estimated page load savings opportunity of an audit.

crc_initial_navigation: Option<String>

The label for the initial request in a critical request chain.

Trait Implementations

impl Part for LighthouseResultV5I18nRendererFormattedStrings[src]

impl NestedType for LighthouseResultV5I18nRendererFormattedStrings[src]

impl Default for LighthouseResultV5I18nRendererFormattedStrings[src]

impl Clone for LighthouseResultV5I18nRendererFormattedStrings[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for LighthouseResultV5I18nRendererFormattedStrings[src]

impl Serialize for LighthouseResultV5I18nRendererFormattedStrings[src]

impl<'de> Deserialize<'de> for LighthouseResultV5I18nRendererFormattedStrings[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]