pub struct SystemSyntaxChecker;Expand description
Production SyntaxChecker that spawns real subprocesses.
Trait Implementations§
Source§impl SyntaxChecker for SystemSyntaxChecker
impl SyntaxChecker for SystemSyntaxChecker
Auto Trait Implementations§
impl Freeze for SystemSyntaxChecker
impl RefUnwindSafe for SystemSyntaxChecker
impl Send for SystemSyntaxChecker
impl Sync for SystemSyntaxChecker
impl Unpin for SystemSyntaxChecker
impl UnsafeUnpin for SystemSyntaxChecker
impl UnwindSafe for SystemSyntaxChecker
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