pub struct PartTimeSchrageJobTable {
pub job_list: JobList,
pub time_table: HashMap<u32, u32>,
}
Fields§
§job_list: JobList
§time_table: HashMap<u32, u32>
Implementations§
Auto Trait Implementations§
impl Freeze for PartTimeSchrageJobTable
impl RefUnwindSafe for PartTimeSchrageJobTable
impl Send for PartTimeSchrageJobTable
impl Sync for PartTimeSchrageJobTable
impl Unpin for PartTimeSchrageJobTable
impl UnwindSafe for PartTimeSchrageJobTable
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