Struct leetcode_tui_rs::deserializers::run_submit::RuntimeError
source · pub struct RuntimeError {
pub lang: Language,
pub runtime_error: String,
pub full_runtime_error: String,
pub memory: u32,
pub elapsed_time: u32,
}
Fields§
§lang: Language
§runtime_error: String
§full_runtime_error: String
§memory: u32
§elapsed_time: u32
Trait Implementations§
source§impl Debug for RuntimeError
impl Debug for RuntimeError
source§impl<'de> Deserialize<'de> for RuntimeError
impl<'de> Deserialize<'de> for RuntimeError
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 RuntimeError
impl Send for RuntimeError
impl Sync for RuntimeError
impl Unpin for RuntimeError
impl UnwindSafe for RuntimeError
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