pub struct Job {
pub delivery_time: u32,
pub processing_time: u32,
pub cooldown_time: u32,
}
Fields§
§delivery_time: u32
§processing_time: u32
§cooldown_time: u32
Implementations§
Trait Implementations§
impl Copy for Job
Auto Trait Implementations§
impl Freeze for Job
impl RefUnwindSafe for Job
impl Send for Job
impl Sync for Job
impl Unpin for Job
impl UnwindSafe for Job
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