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