Struct leetcoderustapi::source::descr::Question
source · pub struct Question {
pub acRate: f64,
pub difficulty: String,
pub freqBar: Option<String>,
pub frontendQuestionId: String,
pub isFavor: bool,
pub paidOnly: bool,
pub status: Option<String>,
pub title: String,
pub titleSlug: String,
pub topicTags: Vec<TopicTag>,
pub hasSolution: bool,
pub hasVideoSolution: bool,
}Fields§
§acRate: f64§difficulty: String§freqBar: Option<String>§frontendQuestionId: String§isFavor: bool§paidOnly: bool§status: Option<String>§title: String§titleSlug: String§topicTags: Vec<TopicTag>§hasSolution: bool§hasVideoSolution: boolTrait Implementations§
source§impl<'de> Deserialize<'de> for Question
impl<'de> Deserialize<'de> for Question
source§fn 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 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