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

pub enum Type {
    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,
}

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

impl Into<Type> for Type[src]

impl Eq for Type[src]

impl Clone for Type[src]

impl PartialEq<Type> for Type[src]

impl Hash for Type[src]

impl Debug for Type[src]

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]

type Context = ()

The expected context type for this GraphQL type Read more

type TypeInfo = ()

Type that may carry additional schema information Read more

Auto Trait Implementations

impl Send for Type

impl Unpin for Type

impl Sync for Type

impl UnwindSafe for Type

impl RefUnwindSafe for Type

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

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

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

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

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

impl<T> DebugAny for T where
    T: Any + Debug

impl<T> CloneAny for T where
    T: Clone + Any

impl<T> UnsafeAny for T where
    T: Any

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,