[][src]Enum snowchains_core::web::Atcoder

pub enum Atcoder<'closures> {
    Infallible(InfalliblePhantomData<fn() -> &'closures ()>),
}

Variants

Infallible(InfalliblePhantomData<fn() -> &'closures ()>)

Implementations

impl<'_> Atcoder<'_>[src]

pub fn exec<A>(args: A) -> Result<Self::Output> where
    Self: Exec<A>, 
[src]

Trait Implementations

impl<'closures> Clone for Atcoder<'closures>[src]

impl<'closures> Copy for Atcoder<'closures>[src]

impl<'closures> Debug for Atcoder<'closures>[src]

impl<'closures> Eq for Atcoder<'closures>[src]

impl<S: Shell, '_> Exec<Login<Atcoder<'_>, S>> for Atcoder<'_>[src]

type Output = LoginOutcome

impl<S: Shell, '_> Exec<Participate<Atcoder<'_>, S>> for Atcoder<'_>[src]

impl<S: Shell, '_> Exec<RetrieveLanguages<Atcoder<'_>, S>> for Atcoder<'_>[src]

impl<S: Shell, '_> Exec<RetrieveSubmissionSummaries<Atcoder<'_>, S>> for Atcoder<'_>[src]

impl<S: Shell, '_> Exec<RetrieveTestCases<Atcoder<'_>, S>> for Atcoder<'_>[src]

impl<S: Shell, '_> Exec<Submit<Atcoder<'_>, S>> for Atcoder<'_>[src]

impl<S: Shell, '_> Exec<WatchSubmissions<Atcoder<'_>, S>> for Atcoder<'_>[src]

type Output = ()

impl<'closures> Hash for Atcoder<'closures>[src]

impl<'closures> Ord for Atcoder<'closures>[src]

impl<'closures> PartialEq<Atcoder<'closures>> for Atcoder<'closures>[src]

impl<'closures> PartialOrd<Atcoder<'closures>> for Atcoder<'closures>[src]

impl<'closures> Platform for Atcoder<'closures>[src]

impl<'closures> StructuralEq for Atcoder<'closures>[src]

impl<'closures> StructuralPartialEq for Atcoder<'closures>[src]

Auto Trait Implementations

impl<'closures> RefUnwindSafe for Atcoder<'closures>

impl<'closures> Send for Atcoder<'closures>

impl<'closures> Sync for Atcoder<'closures>

impl<'closures> Unpin for Atcoder<'closures>

impl<'closures> UnwindSafe for Atcoder<'closures>

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> Sealed<T> for T where
    T: ?Sized

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<V, T> VZip<V> for T where
    V: MultiLane<T>,