Struct google_webfonts1::Webfont[][src]

pub struct Webfont {
    pub category: Option<String>,
    pub files: Option<HashMap<String, String>>,
    pub kind: Option<String>,
    pub family: Option<String>,
    pub subsets: Option<Vec<String>>,
    pub last_modified: Option<String>,
    pub version: Option<String>,
    pub variants: Option<Vec<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 category of the font.

The font files (with all supported scripts) for each one of the available variants, as a key : value map.

This kind represents a webfont object in the webfonts service.

The name of the font.

The scripts supported by the font.

The date (format "yyyy-MM-dd") the font was modified for the last time.

The font version.

The available variants for the font.

Trait Implementations

impl Default for Webfont
[src]

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

impl Clone for Webfont
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Webfont
[src]

Formats the value using the given formatter. Read more

impl Resource for Webfont
[src]

Auto Trait Implementations

impl Send for Webfont

impl Sync for Webfont