pub struct TimeProfile {
Show 17 fields pub id: u8, pub linked: 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 segment1_start: NaiveTime, pub segment1_end: NaiveTime, pub segment2_start: NaiveTime, pub segment2_end: NaiveTime, pub segment3_start: NaiveTime, pub segment3_end: NaiveTime,
}

Fields

id: u8linked: u8from: NaiveDateto: NaiveDatemonday: booltuesday: boolwednesday: boolthursday: boolfriday: boolsaturday: boolsunday: boolsegment1_start: NaiveTimesegment1_end: NaiveTimesegment2_start: NaiveTimesegment2_end: NaiveTimesegment3_start: NaiveTimesegment3_end: NaiveTime

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.