pub struct ProbeServerHandle { /* private fields */ }Expand description
Handle to a running probe server. Stops the server when dropped.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProbeServerHandle
impl !RefUnwindSafe for ProbeServerHandle
impl Send for ProbeServerHandle
impl Sync for ProbeServerHandle
impl Unpin for ProbeServerHandle
impl !UnwindSafe for ProbeServerHandle
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