pub struct JudgeConfig {
pub test_data: TestDataConfig,
pub runtime: RuntimeConfig,
pub program: ProgramConfig,
pub checker: CheckerConfig,
}
Fields§
§test_data: TestDataConfig
§runtime: RuntimeConfig
§program: ProgramConfig
§checker: CheckerConfig
Trait Implementations§
Source§impl Clone for JudgeConfig
impl Clone for JudgeConfig
Source§fn clone(&self) -> JudgeConfig
fn clone(&self) -> JudgeConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for JudgeConfig
impl RefUnwindSafe for JudgeConfig
impl Send for JudgeConfig
impl Sync for JudgeConfig
impl Unpin for JudgeConfig
impl UnwindSafe for JudgeConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more