Struct htwdresden::Lesson [] [src]

pub struct Lesson {
    pub tag: String,
    pub name: String,
    pub lesson_type: String,
    pub week: i32,
    pub day: i32,
    pub begin_time: String,
    pub end_time: String,
    pub professor: String,
    pub weeks_only: String,
    pub rooms: Vec<String>,
}

Fields

Methods

impl Lesson
[src]

Trait Implementations

impl Debug for Lesson
[src]

Formats the value using the given formatter.