pub struct Parallel { /* private fields */ }Implementations§
Source§impl Parallel
impl Parallel
pub fn node(&self) -> &dyn Node
pub fn active_node(&self) -> &dyn ActiveNode
Trait Implementations§
Source§impl ActiveNode for Parallel
impl ActiveNode for Parallel
fn transitions(&self) -> &Vec<Transition>
Auto Trait Implementations§
impl Freeze for Parallel
impl !RefUnwindSafe for Parallel
impl !Send for Parallel
impl !Sync for Parallel
impl Unpin for Parallel
impl !UnwindSafe for Parallel
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