1#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] 2pub enum BehaviorForUnmatched { 3 Ignore, 4 KeepAsChars, 5 KeepAsWords, 6}