Struct uuid::adapter::Hyphenated[][src]

pub struct Hyphenated(_);

An adaptor for formatting an Uuid as a hyphenated string.

Takes an owned instance of the Uuid.

Methods

impl Hyphenated
[src]

LENGTH: usize = 36

The length of a hyphenated Uuid string.

Creates a Hyphenated from a Uuid.

Trait Implementations

impl Display for Hyphenated
[src]

Formats the value using the given formatter. Read more

impl LowerHex for Hyphenated
[src]

Formats the value using the given formatter.

impl UpperHex for Hyphenated
[src]

Formats the value using the given formatter.

impl From<Uuid> for Hyphenated
[src]

Performs the conversion.

impl Clone for Hyphenated
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Hyphenated
[src]

impl Debug for Hyphenated
[src]

Formats the value using the given formatter. Read more

impl Default for Hyphenated
[src]

Returns the "default value" for a type. Read more

impl Eq for Hyphenated
[src]

impl Hash for Hyphenated
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Ord for Hyphenated
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl PartialEq for Hyphenated
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd for Hyphenated
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Auto Trait Implementations

impl Send for Hyphenated

impl Sync for Hyphenated