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