pub enum Type {
Show 43 variants VoltageFeedingBcr4, CurrentBcr4Sa4a, CurrentBcr4Sa4b, ArrayTempSa4a, ArrayTempSa4b, SunDetectorSa4a, SunDetectorSa4b, VoltageFeedingBcr5, CurrentBcr5Sa5a, CurrentBcr5Sa5b, ArrayTempSa5a, ArrayTempSa5b, SunDetectorSa5a, SunDetectorSa5b, VoltageFeedingBcr6, CurrentBcr6Sa6a, CurrentBcr6Sa6b, ArrayTempSa6a, ArrayTempSa6b, SunDetectorSa6a, SunDetectorSa6b, VoltageFeedingBcr7, CurrentBcr7Sa7a, CurrentBcr7Sa7b, ArrayTempSa7a, ArrayTempSa7b, SunDetectorSa7a, SunDetectorSa7b, VoltageFeedingBcr8, CurrentBcr8Sa8a, CurrentBcr8Sa8b, ArrayTempSa8a, ArrayTempSa8b, SunDetectorSa8a, SunDetectorSa8b, VoltageFeedingBcr9, CurrentBcr9Sa9a, CurrentBcr9Sa9b, ArrayTempSa9a, ArrayTempSa9b, SunDetectorSa9a, SunDetectorSa9b, BoardTemperature,
}
Expand description

Daughterboard telemetry values

See Table 11-8 in the EPS’ User Manual for more information

Variants

VoltageFeedingBcr4

$type

CurrentBcr4Sa4a

$type

CurrentBcr4Sa4b

$type

ArrayTempSa4a

$type

ArrayTempSa4b

$type

SunDetectorSa4a

$type

SunDetectorSa4b

$type

VoltageFeedingBcr5

$type

CurrentBcr5Sa5a

$type

CurrentBcr5Sa5b

$type

ArrayTempSa5a

$type

ArrayTempSa5b

$type

SunDetectorSa5a

$type

SunDetectorSa5b

$type

VoltageFeedingBcr6

$type

CurrentBcr6Sa6a

$type

CurrentBcr6Sa6b

$type

ArrayTempSa6a

$type

ArrayTempSa6b

$type

SunDetectorSa6a

$type

SunDetectorSa6b

$type

VoltageFeedingBcr7

$type

CurrentBcr7Sa7a

$type

CurrentBcr7Sa7b

$type

ArrayTempSa7a

$type

ArrayTempSa7b

$type

SunDetectorSa7a

$type

SunDetectorSa7b

$type

VoltageFeedingBcr8

$type

CurrentBcr8Sa8a

$type

CurrentBcr8Sa8b

$type

ArrayTempSa8a

$type

ArrayTempSa8b

$type

SunDetectorSa8a

$type

SunDetectorSa8b

$type

VoltageFeedingBcr9

$type

CurrentBcr9Sa9a

$type

CurrentBcr9Sa9b

$type

ArrayTempSa9a

$type

ArrayTempSa9b

$type

SunDetectorSa9a

$type

SunDetectorSa9b

$type

BoardTemperature

$type

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

Performs the conversion.

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.

Resolve the provided selection set against the current object. 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

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

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

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

This method tests for !=.

Performs the conversion.

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

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.