initSidebarItems({"enum":[["ExactCompare","Marker type used to do exact, byte-for-byte string comparisons."],["ExactSpace","Matches all whitespace *exactly*, and does not skip any."],["FuzzySpace","Requires that whitespace in the pattern exists in the input, but the exact *kind* of space doesn't matter."],["IgnoreAsciiCase","Marker type used to do ASCII case-insensitive string comparisons."],["IgnoreCase","Marker type used to do case-insensitive string comparisons."],["IgnoreNonLine","Ignores all whitespace *other* than line breaks."],["IgnoreSpace","Ignores all whitespace entirely."],["NonSpace","Treat any contiguous sequence of non-space characters (according to Unicode's definition of the `\\s` regular expression class) as a word."],["Wordish","Treat any contiguous sequence of \"word\" characters (according to Unicode's definition of the `\\w` regular expression class) *or* any other single character as a word."]],"struct":[["StrCursor","Basic cursor implementation wrapping a string slice."]],"trait":[["IntoScanCursor","Conversion into a `ScanCursor`."],["ScanCursor","This trait defines the interface to input values that can be scanned."],["ScanInput","This trait is the interface scanners use to access the input being scanned."],["SkipSpace","Defines an interface for skipping whitespace."],["SliceWord","Defines an interface for slicing words out of input and literal text."],["StrCompare","Defines an interface for comparing two strings for equality."]]});