pub struct ParseFuel { /* private fields */ }Expand description
A “fuel” mechanism to prevent infinite loops in parsers.
Implementations§
Auto Trait Implementations§
impl Freeze for ParseFuel
impl RefUnwindSafe for ParseFuel
impl Send for ParseFuel
impl Sync for ParseFuel
impl Unpin for ParseFuel
impl UnsafeUnpin for ParseFuel
impl UnwindSafe for ParseFuel
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