Struct acick_atcoder::AtcoderActor [−][src]
pub struct AtcoderActor<'a> { /* fields omitted */ }Implementations
pub fn fetch_full(
contest_id: &ContestId,
problems: &[Problem],
token_path: &AbsPathBuf,
access_token: Option<String>,
conf: &Config,
cnsl: &mut Console
) -> Result<()>
pub fn load_testcases(
testcases_dir: AbsPathBuf,
sample_name: &Option<String>
) -> Result<TestcaseIter>
Trait Implementations
fn fetch(
&self,
contest_id: &ContestId,
problem_id: &Option<ProblemId>,
cnsl: &mut Console
) -> Result<(Contest, Vec<Problem>)>
fn submit<'a>(
&self,
contest_id: &ContestId,
problem: &Problem,
lang_names: &'a [LangName],
source: &str,
cnsl: &mut Console
) -> Result<LangNameRef<'a>>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for AtcoderActor<'a>
impl<'a> Send for AtcoderActor<'a>
impl<'a> Sync for AtcoderActor<'a>
impl<'a> Unpin for AtcoderActor<'a>
impl<'a> !UnwindSafe for AtcoderActor<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more