pub struct NoPetriVmInspector;Expand description
Use this for the associated type if not supported
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoPetriVmInspector
impl RefUnwindSafe for NoPetriVmInspector
impl Send for NoPetriVmInspector
impl Sync for NoPetriVmInspector
impl Unpin for NoPetriVmInspector
impl UnwindSafe for NoPetriVmInspector
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