Struct gapi_grpc::google::ads::googleads::v5::common::TopicInfo[][src]

pub struct TopicInfo {
    pub topic_constant: String,
    pub path: Vec<String>,
}

A topic criterion. Use topics to target or exclude placements in the Google Display Network based on the category into which the placement falls (for example, “Pets & Animals/Pets/Dogs”).

Fields

topic_constant: String

The Topic Constant resource name.

path: Vec<String>

The category to target or exclude. Each subsequent element in the array describes a more specific sub-category. For example, “Pets & Animals”, “Pets”, “Dogs” represents the “Pets & Animals/Pets/Dogs” category.

Trait Implementations

impl Clone for TopicInfo[src]

impl Debug for TopicInfo[src]

impl Default for TopicInfo[src]

impl Message for TopicInfo[src]

impl PartialEq<TopicInfo> for TopicInfo[src]

impl StructuralPartialEq for TopicInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for TopicInfo

impl Send for TopicInfo

impl Sync for TopicInfo

impl Unpin for TopicInfo

impl UnwindSafe for TopicInfo

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> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> IntoRequest<T> for 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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]