initSidebarItems({"enum":[["ExactCompare","Marker type used to do exact, byte-for-byte string comparisons."],["IgnoreAsciiCase","Marker type used to do ASCII case-insensitive string comparisons."],["IgnoreSpace","Ignores all whitespace entirely."],["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."]]});