pub struct AutomataTransition { /* private fields */ }Expand description
A transition in the automata.
Auto Trait Implementations§
impl !Send for AutomataTransition
impl !Sync for AutomataTransition
impl Freeze for AutomataTransition
impl RefUnwindSafe for AutomataTransition
impl Unpin for AutomataTransition
impl UnsafeUnpin for AutomataTransition
impl UnwindSafe for AutomataTransition
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