pub enum FlowWord {
Else,
Or,
Fi,
}Expand description
A control word that divides or closes a conditional.
Variants§
Else
\else — opens the alternative branch.
Or
\or — opens the next \ifcase branch.
Fi
\fi — closes the conditional.
Trait Implementations§
impl Copy for FlowWord
impl Eq for FlowWord
impl StructuralPartialEq for FlowWord
Auto Trait Implementations§
impl Freeze for FlowWord
impl RefUnwindSafe for FlowWord
impl Send for FlowWord
impl Sync for FlowWord
impl Unpin for FlowWord
impl UnsafeUnpin for FlowWord
impl UnwindSafe for FlowWord
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