Search results

There are no results.

std.string.ToString

trait pub ToString

A type that can be converted to a String.

Required methods

to_string

Show source code
Hide source code
fn pub to_string -> String
fn pub to_string -> String

Converts self to a String.

Implementations

std.array.

OutOfBounds

impl ToString for OutOfBounds
std.base64.

DecodeError

impl ToString for DecodeError
std.bool.

Bool

impl ToString for Bool
std.bytes.

ByteArray

impl ToString for ByteArray
std.bytes.

Slice

impl ToString for Slice
std.crypto.hash.

Hash

impl ToString for Hash
std.csv.

Error

impl ToString for Error
if
  E: ToString
std.csv.

Separator

impl ToString for Separator
std.env.

MissingVariable

impl ToString for MissingVariable
std.float.

Float

impl ToString for Float
std.fs.path.

Path

impl ToString for Path
std.int.

Int

impl ToString for Int
std.io.

Error

impl ToString for Error
std.io.

ReadExactError

impl ToString for ReadExactError
if
  E: ToString
std.json.

Error

impl ToString for Error
if
  E: ToString
std.json.

ErrorKind

impl ToString for ErrorKind
if
  E: ToString
std.json.

Json

impl ToString for Json
std.map.

MissingKey

impl ToString for MissingKey
std.net.dns.

Error

impl ToString for Error
std.net.ip.

IpAddress

impl ToString for IpAddress
std.net.ip.

Ipv4Address

impl ToString for Ipv4Address
std.net.ip.

Ipv6Address

impl ToString for Ipv6Address
std.net.socket.

UnixAddress

impl ToString for UnixAddress
std.net.tls.

ServerConfigError

impl ToString for ServerConfigError
std.nil.

Nil

impl ToString for Nil
std.optparse.

Error

impl ToString for Error
std.optparse.

Options

impl ToString for Options
std.string.

String

impl ToString for String
std.uri.

Error

impl ToString for Error
std.uri.

PathComponent

impl ToString for PathComponent
std.uri.

QueryMap

impl ToString for QueryMap
std.uri.

Scheme

impl ToString for Scheme
std.uri.

Uri

impl ToString for Uri