pub struct OpenVmmInspector { /* private fields */ }Expand description
Interface for inspecting OpenVMM
Trait Implementations§
Source§impl PetriVmInspector for OpenVmmInspector
impl PetriVmInspector for OpenVmmInspector
Auto Trait Implementations§
impl Freeze for OpenVmmInspector
impl !RefUnwindSafe for OpenVmmInspector
impl Send for OpenVmmInspector
impl Sync for OpenVmmInspector
impl Unpin for OpenVmmInspector
impl !UnwindSafe for OpenVmmInspector
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