pub struct BashParser { /* private fields */ }Implementations§
Source§impl BashParser
impl BashParser
pub fn new(input: &str) -> ParseResult<Self>
pub fn parse(&mut self) -> ParseResult<BashAst>
Auto Trait Implementations§
impl Freeze for BashParser
impl RefUnwindSafe for BashParser
impl Send for BashParser
impl Sync for BashParser
impl Unpin for BashParser
impl UnwindSafe for BashParser
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