Enum scan_rules::input::ExactCompare  
                   
                       [−]
                   
               [src]
pub enum ExactCompare {}Marker type used to do exact, byte-for-byte string comparisons.
This is likely the fastest kind of string comparison, and matches the default behaviour of the == operator on strings.