pub struct TelemetryDebug {
    pub ant1: AntennaStats,
    pub ant2: AntennaStats,
    pub ant3: AntennaStats,
    pub ant4: AntennaStats,
}
Expand description

Debug telemetry data

Fields

ant1: AntennaStats

Antenna 1 status

ant2: AntennaStats

Antenna 2 status

ant3: AntennaStats

Antenna 3 status

ant4: AntennaStats

Antenna 4 status

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

The expected context type for this GraphQL type Read more

Type that may carry additional schema information Read more

The name of the GraphQL type to expose. Read more

The meta type representing this GraphQL type.

Return the concrete type name for this instance/union. Read more

Resolve the value of a single field on this type. Read more

Resolve this interface or union into a concrete type Read more

Resolve the provided selection set against the current object. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Compare self to key and return true if they are equal.

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.