pub struct SimplePlaceBuilder { /* private fields */ }Trait Implementations§
Source§impl Debug for SimplePlaceBuilder
impl Debug for SimplePlaceBuilder
Source§impl PlaceBuilder for SimplePlaceBuilder
impl PlaceBuilder for SimplePlaceBuilder
type TransitionBuilder = SimpleTransitionBuilder
fn with_label<S>(self, label: S) -> Self
fn id(&self) -> NodeId
fn remember_as(self, tag: &'static str) -> Self
fn to_transition(self) -> Self::TransitionBuilder
fn to_id(self, id: &NodeId) -> Self::TransitionBuilder
fn to_remembered(self, tag: &'static str) -> Self::TransitionBuilder
fn from_transition(self) -> Self::TransitionBuilder
fn from_id(self, id: &NodeId) -> Self::TransitionBuilder
fn from_remembered(self, tag: &'static str) -> Self::TransitionBuilder
Auto Trait Implementations§
impl Freeze for SimplePlaceBuilder
impl !RefUnwindSafe for SimplePlaceBuilder
impl !Send for SimplePlaceBuilder
impl !Sync for SimplePlaceBuilder
impl Unpin for SimplePlaceBuilder
impl !UnwindSafe for SimplePlaceBuilder
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