[][src]Struct google_pagespeedonline2::ResultRuleGroups

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

score: Option<i32>

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 Part for ResultRuleGroups[src]

impl NestedType for ResultRuleGroups[src]

impl Default for ResultRuleGroups[src]

impl Clone for ResultRuleGroups[src]

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

Performs copy-assignment from source. Read more

impl Debug for ResultRuleGroups[src]

impl Serialize for ResultRuleGroups[src]

impl<'de> Deserialize<'de> for ResultRuleGroups[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]