pub struct InspectorClient { /* private fields */ }Expand description
The client is running in the report viewer and receives reports
Implementations§
Auto Trait Implementations§
impl Freeze for InspectorClient
impl RefUnwindSafe for InspectorClient
impl Send for InspectorClient
impl Sync for InspectorClient
impl Unpin for InspectorClient
impl UnwindSafe for InspectorClient
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