String slices.| doc.rust-lang.org
Used to do value-to-value conversions while consuming the input value. It is the reciprocal of `Into`.| doc.rust-lang.org
A UTF-8–encoded, growable string.| doc.rust-lang.org
Used for immutable dereferencing operations, like `*v`.| doc.rust-lang.org
A helper trait used for indexing operations.| doc.rust-lang.org
A type that can represent owned, mutable platform-native strings, but is cheaply inter-convertible with Rust strings.| doc.rust-lang.org