Struct yash_syntax::syntax::FullCompoundCommand
source · [−]pub struct FullCompoundCommand<H = HereDoc> {
pub command: CompoundCommand<H>,
pub redirs: Vec<Redir<H>>,
}
Expand description
Compound command with redirections.
Fields
command: CompoundCommand<H>
The main part.
redirs: Vec<Redir<H>>
Redirections.
Trait Implementations
type Full = FullCompoundCommand
type Full = FullCompoundCommand
Final AST created by filling self
.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<H = HereDoc> !RefUnwindSafe for FullCompoundCommand<H>
impl<H = HereDoc> !Send for FullCompoundCommand<H>
impl<H = HereDoc> !Sync for FullCompoundCommand<H>
impl<H> Unpin for FullCompoundCommand<H> where
H: Unpin,
impl<H = HereDoc> !UnwindSafe for FullCompoundCommand<H>
Blanket Implementations
Mutably borrows from an owned value. Read more