pub struct DiagServer { /* private fields */ }
Expand description
The diagnostics server, which is a ttrpc server listening on AF_VSOCK
at
for control and data.
Implementations§
Source§impl DiagServer
impl DiagServer
Auto Trait Implementations§
impl Freeze for DiagServer
impl !RefUnwindSafe for DiagServer
impl Send for DiagServer
impl Sync for DiagServer
impl Unpin for DiagServer
impl !UnwindSafe for DiagServer
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