[][src]Enum speedruns::data::graphql::TimingMethod

pub enum TimingMethod {
    Igt,
    Rta,
    RtaNl,
}

A timing method that can be used to time a run.

Variants

Igt

In-game time

Rta

Real time

RtaNl

Real time with load time removed

Trait Implementations

impl Clone for TimingMethod[src]

impl Copy for TimingMethod[src]

impl Debug for TimingMethod[src]

impl Eq for TimingMethod[src]

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

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

impl Hash for TimingMethod[src]

impl PartialEq<TimingMethod> for TimingMethod[src]

impl StructuralEq for TimingMethod[src]

impl StructuralPartialEq for TimingMethod[src]

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

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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, U> TryInto<U> for T where
    U: TryFrom<T>, 

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

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