Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates > by-pkgid > 564935689ab5527f955e5449ded02799 > files > 1957

rust-doc-1.19.0-1.mga6.armv7hl.rpm

initSidebarItems({"fn":[["from_utf8","Converts a slice of bytes to a string slice."],["from_utf8_mut","Converts a mutable slice of bytes to a mutable string slice."],["from_utf8_unchecked","Converts a slice of bytes to a string slice without checking that the string contains valid UTF-8."],["from_utf8_unchecked_mut","Converts a slice of bytes to a string slice without checking that the string contains valid UTF-8; mutable version."],["next_code_point","Reads the next code point out of a byte iterator (assuming a UTF-8-like encoding)."],["utf8_char_width","Given a first byte, determines how many bytes are in this UTF-8 character."]],"mod":[["pattern","The string Pattern API."]],"struct":[["Bytes","An iterator over the bytes of a string slice."],["CharIndices","An iterator over the [`char`]s of a string slice, and their positions."],["Chars","An iterator over the [`char`]s of a string slice."],["Lines","An iterator over the lines of a string, as string slices."],["LinesAny","Created with the method [`lines_any`]."],["MatchIndices","Created with the method [`match_indices`]."],["Matches","Created with the method [`matches`]."],["ParseBoolError","An error returned when parsing a `bool` using [`from_str`] fails"],["RMatchIndices","Created with the method [`rmatch_indices`]."],["RMatches","Created with the method [`rmatches`]."],["RSplit","Created with the method [`rsplit`]."],["RSplitN","Created with the method [`rsplitn`]."],["RSplitTerminator","Created with the method [`rsplit_terminator`]."],["Split","Created with the method [`split`]."],["SplitN","Created with the method [`splitn`]."],["SplitTerminator","Created with the method [`split_terminator`]."],["Utf8Error","Errors which can occur when attempting to interpret a sequence of [`u8`] as a string."]],"trait":[["FromStr","A trait to abstract the idea of creating a new instance of a type from a string."]]});