Search results

There are no results.

std.string.IntoString

IntoString

A type that can be moved into a String.

Required methods

into_string

Show source code
Hide source code
fn pub move into_string -> String
fn pub move into_string -> String

Moves self into a String.

Implementations

std.byte_array.

ByteArray

impl IntoString for ByteArray
std.fmt.

Formatter

impl IntoString for Formatter
std.fs.path.

Path

impl IntoString for Path
std.net.ip.

IpAddress

impl IntoString for IpAddress
std.net.ip.

Ipv4Address

impl IntoString for Ipv4Address
std.net.ip.

Ipv6Address

impl IntoString for Ipv6Address
std.string.

String

impl IntoString for String
std.string.

StringBuffer

impl IntoString for StringBuffer