Enum pest::MatchDir [−][src]
pub enum MatchDir {
BottomToTop,
TopToBottom,
}Match direction for the stack. Used in PEEK[a..b]/stack_match_peek_slice.
pub enum MatchDir {
BottomToTop,
TopToBottom,
}Match direction for the stack. Used in PEEK[a..b]/stack_match_peek_slice.
impl Copy for MatchDir[src]impl Eq for MatchDir[src]impl StructuralEq for MatchDir[src]impl StructuralPartialEq for MatchDir[src]impl RefUnwindSafe for MatchDirimpl Send for MatchDirimpl Sync for MatchDirimpl Unpin for MatchDirimpl UnwindSafe for MatchDir