Expand description
Represents a job variant.
Variants
Single(Arc<Single>)
Single job.
Multi(Arc<Multi>)
MultiJob with multiple dependent jobs.
Implementations
sourceimpl Job
impl Job
sourcepub fn dimens(&self) -> &Dimensions
pub fn dimens(&self) -> &Dimensions
Returns dimensions collection.
Trait Implementations
impl Eq for Job
Auto Trait Implementations
impl !RefUnwindSafe for Job
impl Send for Job
impl Sync for Job
impl Unpin for Job
impl !UnwindSafe for Job
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more