Struct google_games1::PeerSessionDiagnostics[][src]

pub struct PeerSessionDiagnostics {
    pub unreliable_channel: Option<PeerChannelDiagnostics>,
    pub kind: Option<String>,
    pub reliable_channel: Option<PeerChannelDiagnostics>,
    pub connected_timestamp_millis: Option<String>,
    pub participant_id: Option<String>,
}

This is a JSON template for peer session diagnostics.

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

Fields

Unreliable channel diagnostics.

Uniquely identifies the type of this resource. Value is always the fixed string games#peerSessionDiagnostics.

Reliable channel diagnostics.

Connected time in milliseconds.

The participant ID of the peer.

Trait Implementations

impl Default for PeerSessionDiagnostics
[src]

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

impl Clone for PeerSessionDiagnostics
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PeerSessionDiagnostics
[src]

Formats the value using the given formatter. Read more

impl Part for PeerSessionDiagnostics
[src]

Auto Trait Implementations