pub struct EtaDepthTracker { /* private fields */ }Expand description
Tracks depth of eta-expansion nesting.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EtaDepthTracker
impl RefUnwindSafe for EtaDepthTracker
impl Send for EtaDepthTracker
impl Sync for EtaDepthTracker
impl Unpin for EtaDepthTracker
impl UnsafeUnpin for EtaDepthTracker
impl UnwindSafe for EtaDepthTracker
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