pub struct PetriVmResources { /* private fields */ }Expand description
Resources used by a Petri VM during contruction and runtime
Auto Trait Implementations§
impl Freeze for PetriVmResources
impl !RefUnwindSafe for PetriVmResources
impl Send for PetriVmResources
impl Sync for PetriVmResources
impl Unpin for PetriVmResources
impl !UnwindSafe for PetriVmResources
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