Struct odds::string::CharStr
[−]
[src]
pub struct CharStr { /* fields omitted */ }
A single-char string.
Methods
impl CharStr
[src]
Trait Implementations
impl Copy for CharStr
[src]
impl Clone for CharStr
[src]
fn clone(&self) -> CharStr
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more