Struct google_pagespeedonline2::ResultFormattedResultsRuleResultsUrlBlocks [] [src]

pub struct ResultFormattedResultsRuleResultsUrlBlocks {
    pub header: Option<PagespeedApiFormatStringV2>,
    pub urls: Option<Vec<ResultFormattedResultsRuleResultsUrlBlocksUrls>>,
}

List of blocks of URLs. Each block may contain a heading and a list of URLs. Each URL may optionally include additional details.

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

Fields

Heading to be displayed with the list of URLs.

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

Trait Implementations

impl Default for ResultFormattedResultsRuleResultsUrlBlocks
[src]

[src]

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

impl Clone for ResultFormattedResultsRuleResultsUrlBlocks
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ResultFormattedResultsRuleResultsUrlBlocks
[src]

[src]

Formats the value using the given formatter.

impl NestedType for ResultFormattedResultsRuleResultsUrlBlocks
[src]

impl Part for ResultFormattedResultsRuleResultsUrlBlocks
[src]