Struct google_adsensehost4d1::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 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 adsensehost#adStyle.

Trait Implementations

impl Default for AdStyle
[src]

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

impl Clone for AdStyle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AdStyle
[src]

Formats the value using the given formatter.

impl Part for AdStyle
[src]