Struct std::string::StringBuf

struct StringBuf { ... }

A heap-allocated string.

It is a wrapper around a Vector of bytes. In addition to the methods provided by Vector, it provides protocol implementations for Formatter (allowing it to be a sink for write), Hashable, Equatable and Comparable.

Methods

impl StringBuf { ... }

Mixins

impl StringBuf { ... }