pub struct JudgeOptions {
pub time_limit: Duration,
pub memory_limit: u64,
}Fields§
§time_limit: Duration§memory_limit: u64Trait Implementations§
Source§impl Clone for JudgeOptions
impl Clone for JudgeOptions
Source§fn clone(&self) -> JudgeOptions
fn clone(&self) -> JudgeOptions
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for JudgeOptions
impl RefUnwindSafe for JudgeOptions
impl Send for JudgeOptions
impl Sync for JudgeOptions
impl Unpin for JudgeOptions
impl UnwindSafe for JudgeOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)