Struct google_adsense1d4::AdUnitMobileContentAdsSettings [] [src]

pub struct AdUnitMobileContentAdsSettings {
    pub scripting_language: Option<String>,
    pub markup_language: Option<String>,
    pub type_: Option<String>,
    pub size: Option<String>,
}

Settings specific to WAP mobile content ads (AFMC) - deprecated.

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

Fields

The scripting language to use for this ad unit.

The markup language to use for this ad unit.

Type of this ad unit.

Size of this ad unit.

Trait Implementations

impl Default for AdUnitMobileContentAdsSettings
[src]

[src]

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

impl Clone for AdUnitMobileContentAdsSettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AdUnitMobileContentAdsSettings
[src]

[src]

Formats the value using the given formatter.

impl NestedType for AdUnitMobileContentAdsSettings
[src]

impl Part for AdUnitMobileContentAdsSettings
[src]