Struct htwdresden::Holiday [] [src]

pub struct Holiday {
    pub name: String,
    pub begin_day: String,
    pub end_day: String,
}

Fields

Trait Implementations

impl Debug for Holiday
[src]

Formats the value using the given formatter.