enum StartsWithStateKind<A: Automaton> {
Done,
Running(A::State),
}
Variants§
Auto Trait Implementations§
impl<A> Freeze for StartsWithStateKind<A>
impl<A> RefUnwindSafe for StartsWithStateKind<A>
impl<A> Send for StartsWithStateKind<A>
impl<A> Sync for StartsWithStateKind<A>
impl<A> Unpin for StartsWithStateKind<A>
impl<A> UnwindSafe for StartsWithStateKind<A>
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