[][src]Enum clyde_3g_eps_service::models::motherboard_telemetry::Type

pub enum Type {
    VoltageFeedingBcr1,
    CurrentBcr1Sa1a,
    CurrentBcr1Sa1b,
    ArrayTempSa1a,
    ArrayTempSa1b,
    SunDetectorSa1a,
    SunDetectorSa1b,
    VoltageFeedingBcr2,
    CurrentBcr2Sa2a,
    CurrentBcr2Sa2b,
    ArrayTempSa2a,
    ArrayTempSa2b,
    SunDetectorSa2a,
    SunDetectorSa2b,
    VoltageFeedingBcr3,
    CurrentBcr3Sa3a,
    CurrentBcr3Sa3b,
    ArrayTempSa3a,
    ArrayTempSa3b,
    SunDetectorSa3a,
    SunDetectorSa3b,
    BcrOutputCurrent,
    BcrOutputVoltage,
    CurrentDraw3V3,
    CurrentDraw5V,
    OutputCurrent12V,
    OutputVoltage12V,
    OutputCurrentBattery,
    OutputVoltageBattery,
    OutputCurrent5V,
    OutputVoltage5V,
    OutputCurrent33V,
    OutputVoltage33V,
    OutputVoltageSwitch1,
    OutputCurrentSwitch1,
    OutputVoltageSwitch2,
    OutputCurrentSwitch2,
    OutputVoltageSwitch3,
    OutputCurrentSwitch3,
    OutputVoltageSwitch4,
    OutputCurrentSwitch4,
    OutputVoltageSwitch5,
    OutputCurrentSwitch5,
    OutputVoltageSwitch6,
    OutputCurrentSwitch6,
    OutputVoltageSwitch7,
    OutputCurrentSwitch7,
    OutputVoltageSwitch8,
    OutputCurrentSwitch8,
    OutputVoltageSwitch9,
    OutputCurrentSwitch9,
    OutputVoltageSwitch10,
    OutputCurrentSwitch10,
    BoardTemperature,
}

Motherboard telemetry values

See Table 11-7 in the EPS' User Manual for more information

Variants

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

$type

Trait Implementations

impl Into<Type> for Type
[src]

impl PartialEq<Type> for Type
[src]

This method tests for !=.

impl Clone for Type
[src]

Performs copy-assignment from source. Read more

impl Eq for Type
[src]

impl Debug for Type
[src]

impl Hash for Type
[src]

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

impl<__S: ScalarValue> ToInputValue<__S> for Type
[src]

impl<__S: ScalarValue> FromInputValue<__S> for Type
[src]

impl<__S> GraphQLType<__S> for Type where
    __S: ScalarValue,
    &'__b __S: ScalarRefValue<'__b>, 
[src]

The expected context type for this GraphQL type Read more

Type that may carry additional schema information 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

Auto Trait Implementations

impl Send for Type

impl Sync for Type

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<Q, K> Equivalent for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> Erased for T

impl<T> Same for T

Should always be Self