pub struct DataPeriod {
pub name: String,
pub start_day_of_week: DayOfWeek,
pub start_day: String,
pub end_day: String,
}
Fields§
§name: String
§start_day_of_week: DayOfWeek
§start_day: String
§end_day: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataPeriod
impl RefUnwindSafe for DataPeriod
impl Send for DataPeriod
impl Sync for DataPeriod
impl Unpin for DataPeriod
impl UnwindSafe for DataPeriod
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more