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.compress.gzip.

DecodeError

impl ToString for DecodeError
if
  E: ToString
std.crypto.hash.

Hash

impl ToString for Hash
std.crypto.pem.

ParseError

impl ToString for ParseError
if
  E: ToString
std.crypto.x509.

ParseError

impl ToString for ParseError
std.csv.

Error

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

Separator

impl ToString for Separator
std.debug.

StackFrame

impl ToString for StackFrame
std.env.

MissingVariable

impl ToString for MissingVariable
std.float.

Float

impl ToString for Float
std.fs.path.

Path

impl ToString for Path
std.html.

Html

impl ToString for Html
std.int.

Int

impl ToString for Int
std.io.

CopyError

impl ToString for CopyError
if
  R: ToString,
  W: ToString
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.mime.

Mime

impl ToString for Mime
std.multipart.

Error

impl ToString for Error
if
  E: ToString
std.net.dns.

Error

impl ToString for Error
std.net.http.

Etag

impl ToString for Etag
std.net.http.
impl ToString for Header
std.net.http.

Method

impl ToString for Method
std.net.http.

ParseError

impl ToString for ParseError
std.net.http.

Status

impl ToString for Status
std.net.http.

Version

impl ToString for Version
std.net.http.client.

Error

impl ToString for Error
std.net.http.client.

WebsocketError

impl ToString for WebsocketError
std.net.http.cookie.

ParseError

impl ToString for ParseError
std.net.http.header.values.

Parameter

impl ToString for Parameter
std.net.http.header.values.

ParameterValue

impl ToString for ParameterValue
std.net.http.server.

Address

impl ToString for Address
std.net.http.server.

CacheControl

impl ToString for CacheControl
std.net.http.server.

FormError

impl ToString for FormError
std.net.http.websocket.

Close

impl ToString for Close
std.net.http.websocket.

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.

SocketAddress

impl ToString for SocketAddress
std.net.socket.

UnixAddress

impl ToString for UnixAddress
std.net.tls.

ClientError

impl ToString for ClientError
std.net.tls.

PendingServerError

impl ToString for PendingServerError
std.net.tls.

ServerConfigError

impl ToString for ServerConfigError
std.net.tls.

ServerError

impl ToString for ServerError
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.

Fragment

impl ToString for Fragment
std.uri.

Host

impl ToString for Host
std.uri.

Path

impl ToString for Path
std.uri.

Query

impl ToString for Query
std.uri.

Scheme

impl ToString for Scheme
std.uri.

Uri

impl ToString for Uri
std.uri.

Values

impl ToString for Values
std.xml.

Xml

impl ToString for Xml