pub struct Inspector(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Inspector
impl !UnwindSafe for Inspector
impl Freeze for Inspector
impl Send for Inspector
impl Sync for Inspector
impl Unpin for Inspector
impl UnsafeUnpin for Inspector
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