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

pub struct ReportFooter {
    pub warnings: Vec<ReportWarning>,
    pub matching_row_count: i64,
}

Groups data available after report generation, for example, warnings and row counts. Always sent as the last message in the stream response.

Fields

warnings: Vec<ReportWarning>

Warnings associated with generation of the report.

matching_row_count: i64

Total number of rows that matched the request.

Warning: This count does NOT always match the number of rows in the response. Do not make that assumption when processing the response.

Trait Implementations

impl Clone for ReportFooter[src]

impl Debug for ReportFooter[src]

impl Default for ReportFooter[src]

impl Message for ReportFooter[src]

impl PartialEq<ReportFooter> for ReportFooter[src]

impl StructuralPartialEq for ReportFooter[src]

Auto Trait Implementations

impl RefUnwindSafe for ReportFooter

impl Send for ReportFooter

impl Sync for ReportFooter

impl Unpin for ReportFooter

impl UnwindSafe for ReportFooter

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]