pub struct OutputLimitExceed {
pub memory: u32,
pub question_id: String,
pub compare_result: String,
pub std_output: String,
pub last_testcase: String,
pub expected_output: String,
pub finished: bool,
pub total_correct: i32,
pub total_testcases: i32,
pub submission_id: String,
}
Fields§
§memory: u32
§question_id: String
§compare_result: String
§std_output: String
§last_testcase: String
§expected_output: String
§finished: bool
§total_correct: i32
§total_testcases: i32
§submission_id: String
Trait Implementations§
source§impl Debug for OutputLimitExceed
impl Debug for OutputLimitExceed
source§impl<'de> Deserialize<'de> for OutputLimitExceed
impl<'de> Deserialize<'de> for OutputLimitExceed
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for OutputLimitExceed
impl Send for OutputLimitExceed
impl Sync for OutputLimitExceed
impl Unpin for OutputLimitExceed
impl UnwindSafe for OutputLimitExceed
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