Struct google_pagespeedonline4::PagespeedApiFormatStringV4Args[][src]

pub struct PagespeedApiFormatStringV4Args {
    pub rects: Option<Vec<PagespeedApiFormatStringV4ArgsRects>>,
    pub key: Option<String>,
    pub type_: Option<String>,
    pub secondary_rects: Option<Vec<PagespeedApiFormatStringV4ArgsSecondaryRects>>,
    pub value: Option<String>,
}

List of arguments for the format string.

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

Fields

The screen rectangles being referred to, with dimensions measured in CSS pixels. This is only ever used for SNAPSHOT_RECT arguments. If this is absent for a SNAPSHOT_RECT argument, it means that that argument refers to the entire snapshot.

The placeholder key for this arg, as a string.

Type of argument. One of URL, STRING_LITERAL, INT_LITERAL, BYTES, DURATION, VERBATIM_STRING, PERCENTAGE, HYPERLINK, or SNAPSHOT_RECT.

Secondary screen rectangles being referred to, with dimensions measured in CSS pixels. This is only ever used for SNAPSHOT_RECT arguments.

Argument value, as a localized string.

Trait Implementations

impl Default for PagespeedApiFormatStringV4Args
[src]

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

impl Clone for PagespeedApiFormatStringV4Args
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PagespeedApiFormatStringV4Args
[src]

Formats the value using the given formatter. Read more

impl NestedType for PagespeedApiFormatStringV4Args
[src]

impl Part for PagespeedApiFormatStringV4Args
[src]

Auto Trait Implementations