pub struct RecursionGuard { /* private fields */ }Expand description
Prevents infinite parse trees.
Implementations§
Auto Trait Implementations§
impl Freeze for RecursionGuard
impl RefUnwindSafe for RecursionGuard
impl Send for RecursionGuard
impl Sync for RecursionGuard
impl Unpin for RecursionGuard
impl UnwindSafe for RecursionGuard
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