Struct google_partners2::DebugInfo[][src]

pub struct DebugInfo {
    pub server_trace_info: Option<String>,
    pub service_url: Option<String>,
    pub server_info: Option<String>,
}

Debug information about this request.

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

Fields

Server-side debug stack trace.

URL of the service that handled this request.

Info about the server that serviced this request.

Trait Implementations

impl Default for DebugInfo
[src]

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

impl Clone for DebugInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DebugInfo
[src]

Formats the value using the given formatter. Read more

impl Part for DebugInfo
[src]

Auto Trait Implementations

impl Send for DebugInfo

impl Sync for DebugInfo