Struct google_pagespeedonline2::ResultRuleGroups [] [src]

pub struct ResultRuleGroups {
    pub score: Option<i32>,
}

The name of this rule group: one of "SPEED" or "USABILITY".

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

Fields

The score (0-100) for this rule group, which indicates how much better a page could be in that category (e.g. how much faster, or how much more usable). A high score indicates little room for improvement, while a lower score indicates more room for improvement.

Trait Implementations

impl Default for ResultRuleGroups
[src]

[src]

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

impl Clone for ResultRuleGroups
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ResultRuleGroups
[src]

[src]

Formats the value using the given formatter.

impl NestedType for ResultRuleGroups
[src]

impl Part for ResultRuleGroups
[src]