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