Struct gapi_grpc::google::ads::admob::v1::ReportHeader[][src]

pub struct ReportHeader {
    pub date_range: Option<DateRange>,
    pub localization_settings: Option<LocalizationSettings>,
    pub reporting_time_zone: String,
}

Groups data helps to treat the generated report. Always sent as a first message in the stream response.

Fields

date_range: Option<DateRange>

The date range for which the report is generated. This is identical to the range specified in the report request.

localization_settings: Option<LocalizationSettings>

Localization settings of the report. This is identical to the settings in the report request.

reporting_time_zone: String

The report time zone. The value is a time-zone ID as specified by the CLDR project, for example, “America/Los_Angeles”.

Trait Implementations

impl Clone for ReportHeader[src]

impl Debug for ReportHeader[src]

impl Default for ReportHeader[src]

impl Message for ReportHeader[src]

impl PartialEq<ReportHeader> for ReportHeader[src]

impl StructuralPartialEq for ReportHeader[src]

Auto Trait Implementations

impl RefUnwindSafe for ReportHeader

impl Send for ReportHeader

impl Sync for ReportHeader

impl Unpin for ReportHeader

impl UnwindSafe for ReportHeader

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]