pub struct Inspector<'a> { /* private fields */ }Expand description
只读检视器:在 Context::inspect 闭包内遍历表达式结构。
Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Inspector<'a>
impl<'a> !Send for Inspector<'a>
impl<'a> !Sync for Inspector<'a>
impl<'a> !UnwindSafe for Inspector<'a>
impl<'a> Freeze for Inspector<'a>
impl<'a> Unpin for Inspector<'a>
impl<'a> UnsafeUnpin for Inspector<'a>
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