pub struct NestingDepthTracker { /* private fields */ }Expand description
Nesting depth tracker.
Implementations§
Auto Trait Implementations§
impl Freeze for NestingDepthTracker
impl RefUnwindSafe for NestingDepthTracker
impl Send for NestingDepthTracker
impl Sync for NestingDepthTracker
impl Unpin for NestingDepthTracker
impl UnsafeUnpin for NestingDepthTracker
impl UnwindSafe for NestingDepthTracker
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