Rustdoc settings
BackTheme
Preferred light theme
Preferred dark theme
str
primitive type.self
.&str
into a String
.char
s of a string slice.true
if self
has a length of zero bytes.Box<str>
into a String
without copying or …char
s of a string slice, and …u16
over the string encoded as …self
with …self
with …self
with …panic!
macro …panic
, but without unwinding and track_caller to …panic!
macro to …panic_nounwind
, but also inhibits showing a backtrace.Borrowed
variant. No heap …&str
into a Box<str>
v
…str
and copies v
into it.Vec<u8>
and fills it with a UTF-8 string.&str
.String
by repeating a string n
times.s
into a CString
.index
-th byte is the first byte in a UTF-8 …x
not below index
where …x
not exceeding index
where …Ident
with the given string
as well as the …Ident::new
, but creates a raw identifier (r#ident
).Some
value, consuming the self
value.true
if the given pattern matches a sub-slice of …bool
from a string.true
if the given pattern matches a suffix of this …true
if the given pattern matches a prefix of this …Box<str>
into a Box<[u8]>
without copying or …is_ascii
, returns it as a slice of …String
.str
into this hasher.DebugTuple
builder designed to assist with …DebugStruct
builder designed to assist with …String
to a boxed str
slice that is …v
…str
and copies v
into it.String
into a Box<str>.String
, returning a mutable …str
.String
.&str
from a pointer and a length.str
.self
.str
.OsStr
is valid Unicode.&str
slice if the Path
is valid unicode.&mut str
from a pointer and a length.Arguments::as_str
, but will only return Some(s)
if …CStr
contains valid UTF-8.String
into a mutable string slice.&str
.