Struct google_partners2::ResponseMetadata [] [src]

pub struct ResponseMetadata {
    pub debug_info: Option<DebugInfo>,
}

Common data that is in each API response.

This type is not used in any activity, and only used as part of another schema.

Fields

Debug information about this request.

Trait Implementations

impl Debug for ResponseMetadata
[src]

Formats the value using the given formatter.

impl Clone for ResponseMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ResponseMetadata
[src]

Returns the "default value" for a type. Read more

impl Part for ResponseMetadata
[src]