[][src]Enum gomspace_p31u_api::EpsChannels

pub enum EpsChannels {
    Output0,
    Output1,
    Output2,
    Output3,
    Output4,
    Output5,
    Output6,
    Output7,
}
[]

Enum for EPS power channels

Variants

Output0
[]

EPS channel 0 => H1-47

Output1
[]

EPS channel 1 => H1-49

Output2
[]

EPS channel 2 => H1-51

Output3
[]

EPS channel 3 => H1-48

Output4
[]

EPS channel 4 => H1-50

Output5
[]

EPS channel 5 => H1-52

Output6
[]

BP4 heater switch

Output7
[]

BP4 switch

Trait Implementations

impl Clone for EpsChannels[src][+]

impl PartialEq<EpsChannels> for EpsChannels[src][+]

impl Debug for EpsChannels[src][+]

impl<__S: ScalarValue> ToInputValue<__S> for EpsChannels[src][+]

impl<__S: ScalarValue> FromInputValue<__S> for EpsChannels[src][+]

impl<__S> GraphQLType<__S> for EpsChannels 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 EpsChannels

impl Unpin for EpsChannels

impl Sync for EpsChannels

impl UnwindSafe for EpsChannels

impl RefUnwindSafe for EpsChannels

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][+]