Struct nu_parser::LiteCommand [−][src]
Expand description
A LiteCommand is a list of words that will get meaning when processed by
the parser.
Fields
parts: Vec<Spanned<String>>comments: Option<Vec<LiteComment>>Preceding comments.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for LiteCommandimpl Send for LiteCommandimpl Sync for LiteCommandimpl Unpin for LiteCommandimpl UnwindSafe for LiteCommandBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = Tpub fn vzip(self) -> V