pub struct PlaceId(/* private fields */);Expand description
Represent a place identifier in the network
Trait Implementations§
Source§impl AddAssign<usize> for PlaceId
impl AddAssign<usize> for PlaceId
Source§fn add_assign(&mut self, rhs: usize)
fn add_assign(&mut self, rhs: usize)
Performs the
+= operation. Read moreSource§impl Ord for PlaceId
impl Ord for PlaceId
Source§impl PartialOrd for PlaceId
impl PartialOrd for PlaceId
impl Copy for PlaceId
impl Eq for PlaceId
impl StructuralPartialEq for PlaceId
Auto Trait Implementations§
impl Freeze for PlaceId
impl RefUnwindSafe for PlaceId
impl Send for PlaceId
impl Sync for PlaceId
impl Unpin for PlaceId
impl UnwindSafe for PlaceId
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