Struct u_interface::Problem
source · [−]pub(crate) struct Problem {Show 22 fields
pub(crate) pid: u16,
pub(crate) num: u16,
pub(crate) title: String,
pub(crate) dacu: u32,
pub(crate) mrun: u64,
pub(crate) mmem: u64,
pub(crate) nover: u16,
pub(crate) sube: u16,
pub(crate) noj: u16,
pub(crate) inq: u16,
pub(crate) ce: u16,
pub(crate) rf: u16,
pub(crate) re: u16,
pub(crate) ole: u16,
pub(crate) tle: u16,
pub(crate) mle: u16,
pub(crate) wa: u16,
pub(crate) pe: u16,
pub(crate) ac: u16,
pub(crate) rtl: u16,
pub(crate) status: u8,
pub(crate) rej: i32,
}
Expand description
A struct holding the data asociated with a problem
Fields
pid: u16
num: u16
title: String
dacu: u32
mrun: u64
mmem: u64
nover: u16
sube: u16
noj: u16
inq: u16
ce: u16
rf: u16
re: u16
ole: u16
tle: u16
mle: u16
wa: u16
pe: u16
ac: u16
rtl: u16
status: u8
rej: i32
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Problem
impl<'de> Deserialize<'de> for Problem
sourcefn 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 Problem
impl Send for Problem
impl Sync for Problem
impl Unpin for Problem
impl UnwindSafe for Problem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more