pub enum Question {
Table,
AcRate,
Difficulty,
FreqBar,
FrontendQuestionId,
IsFavor,
PaidOnly,
Status,
Title,
TitleSlug,
HasSolution,
HasVideoSolution,
}
Variants§
Table
AcRate
Difficulty
FreqBar
FrontendQuestionId
IsFavor
PaidOnly
Status
Title
TitleSlug
HasSolution
HasVideoSolution
Trait Implementations§
source§impl IntoEnumIterator for Question
impl IntoEnumIterator for Question
type Iterator = QuestionIter
fn iter() -> QuestionIter ⓘ
Auto Trait Implementations§
impl RefUnwindSafe for Question
impl Send for Question
impl Sync for Question
impl Unpin for Question
impl UnwindSafe for Question
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