Struct google_pagespeedonline2::PagespeedApiFormatStringV2[][src]

pub struct PagespeedApiFormatStringV2 {
    pub args: Option<Vec<PagespeedApiFormatStringV2Args>>,
    pub format: Option<String>,
}

There is no detailed description.

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

Fields

List of arguments for the format string.

A localized format string with {{FOO}} placeholders, where 'FOO' is the key of the argument whose value should be substituted. For HYPERLINK arguments, the format string will instead contain {{BEGIN_FOO}} and {{END_FOO}} for the argument with key 'FOO'.

Trait Implementations

impl Default for PagespeedApiFormatStringV2
[src]

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

impl Clone for PagespeedApiFormatStringV2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PagespeedApiFormatStringV2
[src]

Formats the value using the given formatter. Read more

impl Part for PagespeedApiFormatStringV2
[src]

Auto Trait Implementations