Struct google_pagespeedonline2::ResultFormattedResultsRuleResultsUrlBlocksUrls [] [src]

pub struct ResultFormattedResultsRuleResultsUrlBlocksUrls {
    pub details: Option<Vec<PagespeedApiFormatStringV2>>,
    pub result: Option<PagespeedApiFormatStringV2>,
}

List of entries that provide information about URLs in the url block. Optional.

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

Fields

List of entries that provide additional details about a single URL. Optional.

A format string that gives information about the URL, and a list of arguments for that format string.

Trait Implementations

impl Default for ResultFormattedResultsRuleResultsUrlBlocksUrls
[src]

[src]

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

impl Clone for ResultFormattedResultsRuleResultsUrlBlocksUrls
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ResultFormattedResultsRuleResultsUrlBlocksUrls
[src]

[src]

Formats the value using the given formatter.

impl NestedType for ResultFormattedResultsRuleResultsUrlBlocksUrls
[src]

impl Part for ResultFormattedResultsRuleResultsUrlBlocksUrls
[src]