Struct uhppote_rs::TimeProfile
source · [−]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: NaiveTimeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TimeProfile
impl Send for TimeProfile
impl Sync for TimeProfile
impl Unpin for TimeProfile
impl UnwindSafe for TimeProfile
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more