pub struct ShellParser;Trait Implementations§
Source§impl LanguageParser for ShellParser
impl LanguageParser for ShellParser
Auto Trait Implementations§
impl Freeze for ShellParser
impl RefUnwindSafe for ShellParser
impl Send for ShellParser
impl Sync for ShellParser
impl Unpin for ShellParser
impl UnsafeUnpin for ShellParser
impl UnwindSafe for ShellParser
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