[][src]Struct google_pagespeedonline5::LighthouseCategoryV5AuditRefs

pub struct LighthouseCategoryV5AuditRefs {
    pub group: Option<String>,
    pub id: Option<String>,
    pub weight: Option<f64>,
}

An array of references to all the audit members of this category.

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

Fields

group: Option<String>

The category group that the audit belongs to (optional).

id: Option<String>

The audit ref id.

weight: Option<f64>

The weight this audit's score has on the overall category score.

Trait Implementations

impl Part for LighthouseCategoryV5AuditRefs[src]

impl NestedType for LighthouseCategoryV5AuditRefs[src]

impl Default for LighthouseCategoryV5AuditRefs[src]

impl Clone for LighthouseCategoryV5AuditRefs[src]

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

Performs copy-assignment from source. Read more

impl Debug for LighthouseCategoryV5AuditRefs[src]

impl Serialize for LighthouseCategoryV5AuditRefs[src]

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