[][src]Struct snowchains::OptSubmit

pub struct OptSubmit {
    pub no_watch: bool,
    pub no_judge: bool,
    pub debug: bool,
    pub json: bool,
    pub testcases: Option<Vec<String>>,
    pub display_limit: Size,
    pub config: Option<PathBuf>,
    pub color: ColorChoice,
    pub service: Option<PlatformKind>,
    pub contest: Option<String>,
    pub language: Option<String>,
    pub problem: Option<String>,
}

Fields

no_watch: bool

Do no watch the submission

no_judge: bool

Do not compile the code

debug: bool

Tests code in Debug mode

json: bool

Prints JSON data

testcases: Option<Vec<String>>

Test for only the test cases

display_limit: Size

Display limit for the test

config: Option<PathBuf>

Path to snowchains.dhall

color: ColorChoice

Coloring

service: Option<PlatformKind>

Platform

contest: Option<String>

Contest ID

language: Option<String>

Language name

problem: Option<String>

Problem index (e.g. "a", "b", "c")

Trait Implementations

impl Debug for OptSubmit[src]

impl StructOpt for OptSubmit[src]

impl StructOptInternal for OptSubmit[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> Az for T[src]

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

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

impl<T> CheckedAs for T[src]

impl<T> Conv for T

impl<T> Conv for T

impl<T> FmtForward for T

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> OverflowingAs for T[src]

impl<T> Pipe for T where
    T: ?Sized

impl<T> Pipe for T

impl<T> PipeAsRef for T

impl<T> PipeBorrow for T

impl<T> PipeDeref for T

impl<T> PipeRef for T

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> SaturatingAs for T[src]

impl<T> Tap for T

impl<T> Tap for T

impl<T, U> TapAsRef<U> for T where
    U: ?Sized

impl<T, U> TapBorrow<U> for T where
    U: ?Sized

impl<T> TapDeref for T

impl<T> TryConv for T

impl<T> TryConv for T

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>, 

impl<T> WrappingAs for T[src]