pub struct JobDef {
pub child_jobs: Option<Vec<u64>>,
pub processes: Option<Vec<u64>>,
pub __source_breaking: SourceBreaking,
}
Fields§
§child_jobs: Option<Vec<u64>>
§processes: Option<Vec<u64>>
§__source_breaking: SourceBreaking
Implementations§
Trait Implementations§
impl StructuralPartialEq for JobDef
Auto Trait Implementations§
impl Freeze for JobDef
impl RefUnwindSafe for JobDef
impl Send for JobDef
impl Sync for JobDef
impl Unpin for JobDef
impl UnwindSafe for JobDef
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