[][src]Enum openrtb_native1::PlacementType

pub enum PlacementType {
    InFeed,
    AtomicUnit,
    Outside,
    Recommendation,
    ExchangeSpecific(i32),
}

7.3 Placement Type IDs

The FORMAT of the ad you are purchasing, separate from the surrounding context

Variants

InFeed

In the feed of content - for example as an item inside the organic feed/grid/listing/carousel.

AtomicUnit

In the atomic unit of the content - IE in the article page or single image page.

Outside

Outside the core content - for example in the ads section on the right rail, as a banner-style placement near the content, etc.

Recommendation

Recommendation widget, most commonly presented below the article content.

ExchangeSpecific(i32)

To be defined by the exchange

Trait Implementations

impl Clone for PlacementType[src]

impl Copy for PlacementType[src]

impl Debug for PlacementType[src]

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

impl Eq for PlacementType[src]

impl PartialEq<PlacementType> for PlacementType[src]

impl Serialize for PlacementType[src]

impl StructuralEq for PlacementType[src]

impl StructuralPartialEq for PlacementType[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.