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