pub struct ProblemList {
pub total: u32,
pub problems: Vec<ProblemSummary>,
}Fields§
§total: u32§problems: Vec<ProblemSummary>Trait Implementations§
Source§impl Debug for ProblemList
impl Debug for ProblemList
impl Eq for ProblemList
Source§impl PartialEq for ProblemList
impl PartialEq for ProblemList
impl StructuralPartialEq for ProblemList
Auto Trait Implementations§
impl Freeze for ProblemList
impl RefUnwindSafe for ProblemList
impl Send for ProblemList
impl Sync for ProblemList
impl Unpin for ProblemList
impl UnsafeUnpin for ProblemList
impl UnwindSafe for ProblemList
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