Struct runestr::RuneStr[][src]

pub struct RuneStr(_, _);
Expand description

A primitive rune-based string type. It is usally seen in its borrowed form, &RuneStr.

Implementations

Returns an iterator over the bytes of a rune string slice.

Returns an iterator over the runes of a rune string slice.

Returns an iterator over the chars of a rune string slice.

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Converts the given value to a String. Read more