I have a rust trait which is supposed to add a value to vector. In order for the add_job function to be working, it must be made sure that the vector exists whe
add_job