Struct gapi_grpc::google::ads::googleads::v4::common::policy_topic_evidence::DestinationNotWorking[][src]

pub struct DestinationNotWorking {
    pub expanded_url: Option<String>,
    pub device: i32,
    pub last_checked_date_time: Option<String>,
    pub reason: Option<Reason>,
}

Evidence details when the destination is returning an HTTP error code or isn’t functional in all locations for commonly used devices.

Fields

expanded_url: Option<String>

The full URL that didn’t work.

device: i32

The type of device that failed to load the URL.

last_checked_date_time: Option<String>

The time the URL was last checked. The format is “YYYY-MM-DD HH:MM:SS”. Examples: “2018-03-05 09:15:00” or “2018-02-01 14:34:30”

reason: Option<Reason>

Indicates the reason of the DESTINATION_NOT_WORKING policy finding.

Implementations

impl DestinationNotWorking[src]

pub fn device(&self) -> PolicyTopicEvidenceDestinationNotWorkingDevice[src]

Returns the enum value of device, or the default if the field is set to an invalid enum value.

pub fn set_device(
    &mut self,
    value: PolicyTopicEvidenceDestinationNotWorkingDevice
)
[src]

Sets device to the provided enum value.

Trait Implementations

impl Clone for DestinationNotWorking[src]

impl Debug for DestinationNotWorking[src]

impl Default for DestinationNotWorking[src]

impl Message for DestinationNotWorking[src]

impl PartialEq<DestinationNotWorking> for DestinationNotWorking[src]

impl StructuralPartialEq for DestinationNotWorking[src]

Auto Trait Implementations

impl RefUnwindSafe for DestinationNotWorking

impl Send for DestinationNotWorking

impl Sync for DestinationNotWorking

impl Unpin for DestinationNotWorking

impl UnwindSafe for DestinationNotWorking

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]