pub struct Task {
Show 13 fields pub task: TaskID, pub door: u8, pub from: NaiveDate, pub to: NaiveDate, pub monday: bool, pub tuesday: bool, pub wednesday: bool, pub thursday: bool, pub friday: bool, pub saturday: bool, pub sunday: bool, pub at: NaiveTime, pub more_cards: u8,
}

Fields

task: TaskIDdoor: u8from: NaiveDateto: NaiveDatemonday: booltuesday: boolwednesday: boolthursday: boolfriday: boolsaturday: boolsunday: boolat: NaiveTimemore_cards: u8

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.