Struct gapi_grpc::google::ads::googleads::v7::errors::PolicyFindingDetails[][src]

pub struct PolicyFindingDetails {
    pub policy_topic_entries: Vec<PolicyTopicEntry>,
}

Error returned as part of a mutate response. This error indicates one or more policy findings in the fields of a resource.

Fields

policy_topic_entries: Vec<PolicyTopicEntry>

The list of policy topics for the resource. Contains the PROHIBITED or FULLY_LIMITED policy topic entries that prevented the resource from being saved (among any other entries the resource may also have).

Trait Implementations

impl Clone for PolicyFindingDetails[src]

impl Debug for PolicyFindingDetails[src]

impl Default for PolicyFindingDetails[src]

impl Message for PolicyFindingDetails[src]

impl PartialEq<PolicyFindingDetails> for PolicyFindingDetails[src]

impl StructuralPartialEq for PolicyFindingDetails[src]

Auto Trait Implementations

impl RefUnwindSafe for PolicyFindingDetails

impl Send for PolicyFindingDetails

impl Sync for PolicyFindingDetails

impl Unpin for PolicyFindingDetails

impl UnwindSafe for PolicyFindingDetails

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]