[][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 Clone for Type[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Eq for Type[src]

impl Into<Type> for Type[src]

impl PartialEq<Type> for Type[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]

This method tests for !=.

impl Debug for Type[src]

impl Hash for Type[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0[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]

type Context = ()

The expected context type for this GraphQL type Read more

type TypeInfo = ()

Type that may carry additional schema information Read more

fn resolve_field(
    &self,
    info: &Self::TypeInfo,
    field_name: &str,
    arguments: &Arguments<S>,
    executor: &Executor<Self::Context, S>
) -> Result<Value<S>, FieldError<S>>

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

fn resolve_into_type(
    &self,
    info: &Self::TypeInfo,
    type_name: &str,
    selection_set: Option<&[Selection<S>]>,
    executor: &Executor<Self::Context, S>
) -> Result<Value<S>, FieldError<S>>

Resolve this interface or union into a concrete type Read more

fn concrete_type_name(
    &self,
    context: &Self::Context,
    info: &Self::TypeInfo
) -> String

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> From<T> for T[src]

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

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

type Owned = T

The resulting type after obtaining ownership.

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> Erased for T

impl<T> Same<T> for T

type Output = T

Should always be Self