pub enum Word {
Opens,
Flow(FlowWord),
Inert,
}Expand description
What a control word does to the conditional structure, once positional context is taken into account.
Variants§
Opens
Opens a conditional.
Flow(FlowWord)
Divides or closes the innermost open conditional.
Inert
Neither — an ordinary command, or an \ifX sitting in an operand slot.
Trait Implementations§
impl Copy for Word
impl Eq for Word
impl StructuralPartialEq for Word
Auto Trait Implementations§
impl Freeze for Word
impl RefUnwindSafe for Word
impl Send for Word
impl Sync for Word
impl Unpin for Word
impl UnsafeUnpin for Word
impl UnwindSafe for Word
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