[][src]Struct google_pagespeedonline5::LighthouseAuditResultV5

pub struct LighthouseAuditResultV5 {
    pub description: Option<String>,
    pub title: Option<String>,
    pub explanation: Option<String>,
    pub error_message: Option<String>,
    pub score: Option<String>,
    pub details: Option<HashMap<String, String>>,
    pub warnings: Option<String>,
    pub display_value: Option<String>,
    pub score_display_mode: Option<String>,
    pub id: Option<String>,
}

There is no detailed description.

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

Fields

description: Option<String>

The description of the audit.

title: Option<String>

The human readable title.

explanation: Option<String>

An explanation of the errors in the audit.

error_message: Option<String>

An error message from a thrown error inside the audit.

score: Option<String>

no description provided

details: Option<HashMap<String, String>>

Freeform details section of the audit.

warnings: Option<String>

no description provided

display_value: Option<String>

The value that should be displayed on the UI for this audit.

score_display_mode: Option<String>

The enumerated score display mode.

id: Option<String>

The audit's id.

Trait Implementations

impl Part for LighthouseAuditResultV5[src]

impl Default for LighthouseAuditResultV5[src]

impl Clone for LighthouseAuditResultV5[src]

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

Performs copy-assignment from source. Read more

impl Debug for LighthouseAuditResultV5[src]

impl Serialize for LighthouseAuditResultV5[src]

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