pub struct ParsedJob { /* private fields */ }
Expand description
A list of commands to run in a pipe as a job.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParsedJob
impl RefUnwindSafe for ParsedJob
impl Send for ParsedJob
impl Sync for ParsedJob
impl Unpin for ParsedJob
impl UnwindSafe for ParsedJob
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