pub enum NextState {
OutputSymbol(Box<OutputSymbol>),
Minus(Box<Symbol>),
}Variants§
Trait Implementations§
Source§impl<'a> IntoIterator for &'a NextState
impl<'a> IntoIterator for &'a NextState
impl StructuralPartialEq for NextState
Auto Trait Implementations§
impl Freeze for NextState
impl RefUnwindSafe for NextState
impl Send for NextState
impl Sync for NextState
impl Unpin for NextState
impl UnsafeUnpin for NextState
impl UnwindSafe for NextState
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