pub struct Nest<T>(/* private fields */);
Expand description
Type used to track node nesting level.
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Nest<T>
impl<T> RefUnwindSafe for Nest<T>
impl<T> Send for Nest<T>
impl<T> Sync for Nest<T>
impl<T> Unpin for Nest<T>
impl<T> UnwindSafe for Nest<T>
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