1#[derive(Debug, PartialEq, Clone, Copy, Ord, PartialOrd, Eq)] 2pub enum StringDelimiter { 3 Backtick, 4 QuoteDouble, 5 QuoteSingle, 6}