enum SeqType {
Command,
Pipe,
Sequence,
And,
Or,
}
Expand description
Type of the current sequence being parsed.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SeqType
impl RefUnwindSafe for SeqType
impl Send for SeqType
impl Sync for SeqType
impl Unpin for SeqType
impl UnwindSafe for SeqType
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