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