Struct uuid::Hyphenated [−][src]
pub struct Hyphenated<'a> { /* fields omitted */ }
An adaptor for formatting a Uuid
as a hyphenated string.
Trait Implementations
impl<'a> Display for Hyphenated<'a>
[src]
impl<'a> Display for Hyphenated<'a>
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<'a> UpperHex for Hyphenated<'a>
[src]
impl<'a> UpperHex for Hyphenated<'a>
impl<'a> LowerHex for Hyphenated<'a>
[src]
impl<'a> LowerHex for Hyphenated<'a>
Auto Trait Implementations
impl<'a> Send for Hyphenated<'a>
impl<'a> Send for Hyphenated<'a>
impl<'a> Sync for Hyphenated<'a>
impl<'a> Sync for Hyphenated<'a>