Struct google_admob1::api::MediationReportSpecDimensionFilter[][src]

pub struct MediationReportSpecDimensionFilter {
    pub dimension: Option<String>,
    pub matches_any: Option<StringList>,
}

Describes which report rows to match based on their dimension values.

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

Fields

dimension: Option<String>

Applies the filter criterion to the specified dimension.

matches_any: Option<StringList>

Matches a row if its value for the specified dimension is in one of the values specified in this condition.

Trait Implementations

impl Clone for MediationReportSpecDimensionFilter[src]

impl Debug for MediationReportSpecDimensionFilter[src]

impl Default for MediationReportSpecDimensionFilter[src]

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

impl Part for MediationReportSpecDimensionFilter[src]

impl Serialize for MediationReportSpecDimensionFilter[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> Instrument 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.