pub struct CmdRoot {
pub elements: Vec<Element>,
}Expand description
Root node of the Windows Command (CMD) syntax tree.
Fields§
§elements: Vec<Element>Elements in the syntax tree.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CmdRoot
impl RefUnwindSafe for CmdRoot
impl Send for CmdRoot
impl Sync for CmdRoot
impl Unpin for CmdRoot
impl UnwindSafe for CmdRoot
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