pub enum Uuid {}
Expand description

Generates UUID blank node identifiers based on the uuid crate.

This is an enum type with different UUID versions supported by the uuid library, so you can choose which kind of UUID better fits your application. Version 1 is not supported.

You need to enable the uuid-generator feature to use this type. You also need to enable the features of each version you need in the uuid crate.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.