Struct uuid::Simple[][src]

pub struct Simple<'a> { /* fields omitted */ }

An adaptor for formatting a Uuid as a simple string.

Trait Implementations

impl<'a> Display for Simple<'a>
[src]

Formats the value using the given formatter. Read more

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

Formats the value using the given formatter.

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

Formats the value using the given formatter.

Auto Trait Implementations

impl<'a> Send for Simple<'a>

impl<'a> Sync for Simple<'a>