Search results

There are no results.

std.fmt.Format

Format

A type that can be formatted into a human-readable format for debugging purposes.

Required methods

fmt

Show source code
Hide source code
fn pub fmt(formatter: mut Formatter)
fn pub fmt(formatter: mut Formatter)

Formats self in a human-readable format for debugging purposes.

Implementations

std.array.

Array

impl Format for Array
if
  T: Format
std.base64.

DecodeError

impl Format for DecodeError
std.bool.

Bool

impl Format for Bool
std.byte_array.

ByteArray

impl Format for ByteArray
std.cmp.

Ordering

impl Format for Ordering
std.crypto.hash.

Hash

impl Format for Hash
std.crypto.pem.

Item

impl Format for Item
std.crypto.pem.

ParseError

impl Format for ParseError
std.crypto.x509.

Certificate

impl Format for Certificate
std.crypto.x509.

PrivateKey

impl Format for PrivateKey
std.float.

Float

impl Format for Float
std.fs.

DirectoryEntry

impl Format for DirectoryEntry
std.fs.

FileType

impl Format for FileType
std.fs.path.

Path

impl Format for Path
std.int.

Int

impl Format for Int
std.io.

Error

impl Format for Error
std.json.

Error

impl Format for Error
std.json.

ErrorKind

impl Format for ErrorKind
std.json.

Json

impl Format for Json
std.json.

Number

impl Format for Number
std.json.

Type

impl Format for Type
std.map.

Map

impl Format for Map
if
  K: Equal[ref K] + Hash + Format,
  V: Format
std.net.ip.

IpAddress

impl Format for IpAddress
std.net.ip.

Ipv4Address

impl Format for Ipv4Address
std.net.ip.

Ipv6Address

impl Format for Ipv6Address
std.net.socket.

SocketAddress

impl Format for SocketAddress
std.net.socket.

UnixAddress

impl Format for UnixAddress
std.net.tls.

ServerConfigError

impl Format for ServerConfigError
std.nil.

Nil

impl Format for Nil
std.option.

Option

impl Format for Option
if
  T: Format
std.optparse.

Error

impl Format for Error
std.range.

ExclusiveRange

impl Format for ExclusiveRange
std.range.

InclusiveRange

impl Format for InclusiveRange
std.result.

Result

impl Format for Result
if
  E: Format,
  T: Format
std.set.

Set

impl Format for Set
if
  V: Equal[ref V] + Hash + Format
std.signal.

Signal

impl Format for Signal
std.string.

String

impl Format for String
std.test.

Filter

impl Format for Filter
std.time.

DateTime

impl Format for DateTime
std.time.

Duration

impl Format for Duration
std.time.

Instant

impl Format for Instant
std.tuple.

Tuple1

impl Format for Tuple1
if
  A: Format
std.tuple.

Tuple2

impl Format for Tuple2
if
  A: Format,
  B: Format
std.tuple.

Tuple3

impl Format for Tuple3
if
  A: Format,
  B: Format,
  C: Format
std.tuple.

Tuple4

impl Format for Tuple4
if
  A: Format,
  B: Format,
  C: Format,
  D: Format
std.tuple.

Tuple5

impl Format for Tuple5
if
  A: Format,
  B: Format,
  C: Format,
  D: Format,
  E: Format
std.tuple.

Tuple6

impl Format for Tuple6
if
  A: Format,
  B: Format,
  C: Format,
  D: Format,
  E: Format,
  F: Format
std.tuple.

Tuple7

impl Format for Tuple7
if
  A: Format,
  B: Format,
  C: Format,
  D: Format,
  E: Format,
  F: Format,
  G: Format
std.tuple.

Tuple8

impl Format for Tuple8
if
  A: Format,
  B: Format,
  C: Format,
  D: Format,
  E: Format,
  F: Format,
  G: Format,
  H: Format