Struct odds::string::CharStr [] [src]

pub struct CharStr { /* fields omitted */ }

A single-char string.

Methods

impl CharStr
[src]

[src]

Create a new string from c.

Trait Implementations

impl Copy for CharStr
[src]

impl Clone for CharStr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CharStr
[src]

[src]

Formats the value using the given formatter.

impl Deref for CharStr
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.