pub struct NoAction;Expand description
A unit action for automatons that need no external action per step.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoAction
impl RefUnwindSafe for NoAction
impl Send for NoAction
impl Sync for NoAction
impl Unpin for NoAction
impl UnsafeUnpin for NoAction
impl UnwindSafe for NoAction
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