Struct google_adsense1d4::AdStyle [] [src]

pub struct AdStyle {
    pub corners: Option<String>,
    pub colors: Option<AdStyleColors>,
    pub font: Option<AdStyleFont>,
    pub kind: Option<String>,
}

There is no detailed description.

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

Fields

The style of the corners in the ad (deprecated: never populated, ignored).

The colors which are included in the style. These are represented as six hexadecimal characters, similar to HTML color codes, but without the leading hash.

The font which is included in the style.

Kind this is, in this case adsense#adStyle.

Trait Implementations

impl Default for AdStyle
[src]

[src]

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

impl Clone for AdStyle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AdStyle
[src]

[src]

Formats the value using the given formatter.

impl Part for AdStyle
[src]