Struct google_pagespeedonline4::PagespeedApiFormatStringV4[][src]

pub struct PagespeedApiFormatStringV4 {
    pub args: Option<Vec<PagespeedApiFormatStringV4Args>>,
    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 PagespeedApiFormatStringV4
[src]

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

impl Clone for PagespeedApiFormatStringV4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PagespeedApiFormatStringV4
[src]

Formats the value using the given formatter. Read more

impl Part for PagespeedApiFormatStringV4
[src]

Auto Trait Implementations