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