Struct google_pagespeedonline2::ResultVersion[][src]

pub struct ResultVersion {
    pub major: Option<i32>,
    pub minor: Option<i32>,
}

The version of PageSpeed used to generate these results.

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

Fields

The major version number of PageSpeed used to generate these results.

The minor version number of PageSpeed used to generate these results.

Trait Implementations

impl Default for ResultVersion
[src]

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

impl Clone for ResultVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ResultVersion
[src]

Formats the value using the given formatter. Read more

impl NestedType for ResultVersion
[src]

impl Part for ResultVersion
[src]

Auto Trait Implementations