Enum rustable::IDParseError[][src]

pub enum IDParseError {
    InvalidLength,
    InvalidDelimiter,
    InvalidRadix,
}
Expand description

This trait creates a UUID from the implementing Type. This trait can panic if the given type doesn’t represent a valid uuid. Only 128-bit uuids are supported at the moment.

Note

This trait exists because UUID and MAC will eventually be converted into their own structs rather than being aliases for Rc<str>

Variants

InvalidLength
InvalidDelimiter
InvalidRadix

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

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

Performs the conversion.

Performs the conversion.

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.