Struct google_adsense1d4::AdStyleFont [] [src]

pub struct AdStyleFont {
    pub family: Option<String>,
    pub size: Option<String>,
}

The font which is included in the style.

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

Fields

The family of the font.

The size of the font.

Trait Implementations

impl Default for AdStyleFont
[src]

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

impl Clone for AdStyleFont
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AdStyleFont
[src]

Formats the value using the given formatter.

impl NestedType for AdStyleFont
[src]

impl Part for AdStyleFont
[src]