[][src]Struct google_dfareporting2d8::AdSlot

pub struct AdSlot {
    pub comment: Option<String>,
    pub linked_placement_id: Option<String>,
    pub name: Option<String>,
    pub primary: Option<bool>,
    pub height: Option<String>,
    pub width: Option<String>,
    pub payment_source_type: Option<String>,
    pub compatibility: Option<String>,
}

Ad Slot

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

Fields

comment: Option<String>

Comment for this ad slot.

linked_placement_id: Option<String>

ID of the placement from an external platform that is linked to this ad slot.

name: Option<String>

Name of this ad slot.

primary: Option<bool>

Primary ad slot of a roadblock inventory item.

height: Option<String>

Height of this ad slot.

width: Option<String>

Width of this ad slot.

payment_source_type: Option<String>

Payment source type of this ad slot.

compatibility: Option<String>

Ad slot compatibility. DISPLAY and DISPLAY_INTERSTITIAL refer to rendering either on desktop, mobile devices or in mobile apps for regular or interstitial ads respectively. APP and APP_INTERSTITIAL are for rendering in mobile apps. IN_STREAM_VIDEO refers to rendering in in-stream video ads developed with the VAST standard.

Trait Implementations

impl Part for AdSlot[src]

impl Default for AdSlot[src]

impl Clone for AdSlot[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for AdSlot[src]

impl Serialize for AdSlot[src]

impl<'de> Deserialize<'de> for AdSlot[src]

Auto Trait Implementations

impl Send for AdSlot

impl Unpin for AdSlot

impl Sync for AdSlot

impl UnwindSafe for AdSlot

impl RefUnwindSafe for AdSlot

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]