[][src]Enum openrtb2::CompanionType

#[repr(i32)]pub enum CompanionType {
    Static,
    Html,
    Iframe,
}

5.14 Companion Types

The following table lists the options to indicate markup types allowed for companion ads that apply to video and audio ads. This table is derived from VAST 2.0+ and DAAST 1.0 specifications. Refer to www.iab.com/guidelines/digital-video-suite for more information.

Variants

Static

Static Resource

Html

HTML Resource

Iframe

iframe Resource

Trait Implementations

impl Clone for CompanionType[src]

impl Copy for CompanionType[src]

impl Debug for CompanionType[src]

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

impl Eq for CompanionType[src]

impl PartialEq<CompanionType> for CompanionType[src]

impl Serialize for CompanionType[src]

impl StructuralEq for CompanionType[src]

impl StructuralPartialEq for CompanionType[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.