[][src]Struct zju_jw_scraper::Exam

pub struct Exam {
    pub identifier: CourseIdentifier,
    pub name: String,
    pub credit: f32,
    pub relearning: String,
    pub semester: String,
    pub final_exam_time: Option<ExamTime>,
    pub final_exam_place: String,
    pub final_exam_seat: String,
    pub mid_exam_time: Option<ExamTime>,
    pub mid_exam_place: String,
    pub mid_exam_seat: String,
}

Fields

identifier: CourseIdentifiername: Stringcredit: f32relearning: Stringsemester: Stringfinal_exam_time: Option<ExamTime>final_exam_place: Stringfinal_exam_seat: Stringmid_exam_time: Option<ExamTime>mid_exam_place: Stringmid_exam_seat: String

Trait Implementations

impl FromHtml for Exam[src]

Auto Trait Implementations

impl Sync for Exam

impl Send for Exam

impl Unpin for Exam

impl UnwindSafe for Exam

impl RefUnwindSafe for Exam

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]