pub struct ParsedJob {
commands: Option<Run>,
}
Expand description
A list of commands to run in a pipe as a job.
Fields§
§commands: Option<Run>
Implementations§
Trait Implementations§
Source§impl From<ParseState> for ParsedJob
impl From<ParseState> for ParsedJob
Source§fn from(value: ParseState) -> Self
fn from(value: ParseState) -> Self
Converts to this type from the input type.
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