pub struct SimplePlace { /* private fields */ }Expand description
A simple implementation of a net Place with no extensions.
Trait Implementations§
Source§impl Debug for SimplePlace
impl Debug for SimplePlace
Source§impl HasIdentity for SimplePlace
impl HasIdentity for SimplePlace
Source§impl HasLabel for SimplePlace
impl HasLabel for SimplePlace
Source§fn label(&self) -> Option<&String>
fn label(&self) -> Option<&String>
Note: if a label is expected and this method returns
None and the object implements
HasIdentity use the id value as the label.Source§fn unset_label(&mut self)
fn unset_label(&mut self)
Set the object’s label to
None.impl Place for SimplePlace
Auto Trait Implementations§
impl Freeze for SimplePlace
impl RefUnwindSafe for SimplePlace
impl Send for SimplePlace
impl Sync for SimplePlace
impl Unpin for SimplePlace
impl UnwindSafe for SimplePlace
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