Struct google_webfonts1::WebfontList [] [src]

pub struct WebfontList {
    pub items: Option<Vec<Webfont>>,
    pub kind: Option<String>,
}

There is no detailed description.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The list of fonts currently served by the Google Fonts API.

This kind represents a list of webfont objects in the webfonts service.

Trait Implementations

impl Debug for WebfontList
[src]

Formats the value using the given formatter.

impl Clone for WebfontList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for WebfontList
[src]

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

impl ResponseResult for WebfontList
[src]