pub struct InspectorServer { /* private fields */ }Expand description
The server is running in the nodo runtime and publishes reports
Implementations§
Source§impl InspectorServer
impl InspectorServer
pub fn open(address: &str) -> Result<Self>
pub fn send_report(&self, report: InspectorReport) -> Result<()>
Auto Trait Implementations§
impl Freeze for InspectorServer
impl RefUnwindSafe for InspectorServer
impl Send for InspectorServer
impl Sync for InspectorServer
impl Unpin for InspectorServer
impl UnwindSafe for InspectorServer
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