pub struct Inhibitor {
pub place: PlaceRef,
}Expand description
Inhibitor arc: blocks transition if place has tokens.
Fields§
§place: PlaceRefTrait Implementations§
impl Eq for Inhibitor
impl StructuralPartialEq for Inhibitor
Auto Trait Implementations§
impl Freeze for Inhibitor
impl RefUnwindSafe for Inhibitor
impl Send for Inhibitor
impl Sync for Inhibitor
impl Unpin for Inhibitor
impl UnsafeUnpin for Inhibitor
impl UnwindSafe for Inhibitor
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