Struct google_adsense1d4::AdStyleColors [] [src]

pub struct AdStyleColors {
    pub url: Option<String>,
    pub text: Option<String>,
    pub border: Option<String>,
    pub background: Option<String>,
    pub title: Option<String>,
}

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.

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

Fields

The color of the ad url.

The color of the ad text.

The color of the ad border.

The color of the ad background.

The color of the ad title.

Trait Implementations

impl Default for AdStyleColors
[src]

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

impl Clone for AdStyleColors
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AdStyleColors
[src]

Formats the value using the given formatter.

impl NestedType for AdStyleColors
[src]

impl Part for AdStyleColors
[src]