pub struct ChumskyPass<F> { /* private fields */ }Expand description
A Pass driven by a chumsky parser.
See the crate docs for the conversion rules. Build one with
chumsky_pass.
Trait Implementations§
Source§impl<F: Clone> Clone for ChumskyPass<F>
impl<F: Clone> Clone for ChumskyPass<F>
impl<F: Copy> Copy for ChumskyPass<F>
Source§impl<F: Debug> Debug for ChumskyPass<F>
impl<F: Debug> Debug for ChumskyPass<F>
Auto Trait Implementations§
impl<F> Freeze for ChumskyPass<F>where
F: Freeze,
impl<F> RefUnwindSafe for ChumskyPass<F>where
F: RefUnwindSafe,
impl<F> Send for ChumskyPass<F>where
F: Send,
impl<F> Sync for ChumskyPass<F>where
F: Sync,
impl<F> Unpin for ChumskyPass<F>where
F: Unpin,
impl<F> UnsafeUnpin for ChumskyPass<F>where
F: UnsafeUnpin,
impl<F> UnwindSafe for ChumskyPass<F>where
F: UnwindSafe,
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