pub struct ProblemCatalog {
pub problems: Vec<ProblemSummary>,
}Expand description
Every public Project Euler problem listed by its compact catalogue endpoint
Fields§
§problems: Vec<ProblemSummary>Trait Implementations§
Source§impl Debug for ProblemCatalog
impl Debug for ProblemCatalog
impl Eq for ProblemCatalog
Source§impl PartialEq for ProblemCatalog
impl PartialEq for ProblemCatalog
impl StructuralPartialEq for ProblemCatalog
Auto Trait Implementations§
impl Freeze for ProblemCatalog
impl RefUnwindSafe for ProblemCatalog
impl Send for ProblemCatalog
impl Sync for ProblemCatalog
impl Unpin for ProblemCatalog
impl UnsafeUnpin for ProblemCatalog
impl UnwindSafe for ProblemCatalog
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