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