pub struct DepthLimiter { /* private fields */ }Expand description
A depth-limited recursive descent helper.
Implementations§
Auto Trait Implementations§
impl Freeze for DepthLimiter
impl RefUnwindSafe for DepthLimiter
impl Send for DepthLimiter
impl Sync for DepthLimiter
impl Unpin for DepthLimiter
impl UnsafeUnpin for DepthLimiter
impl UnwindSafe for DepthLimiter
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