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]

Formats the value using the given formatter. Read more

impl<'a> UpperHex for Hyphenated<'a>
[src]

Formats the value using the given formatter.

impl<'a> LowerHex for Hyphenated<'a>
[src]

Formats the value using the given formatter.

Auto Trait Implementations

impl<'a> Send for Hyphenated<'a>

impl<'a> Sync for Hyphenated<'a>