Enum friendly_zoo::Species[][src]

pub enum Species {
    Snake,
    ScreamingSnake,
    Camel,
    Dromedary,
    Kebab,
    ScreamingKebab,
    CustomDelimiter(char),
}
Expand description

What does the animal look like?

Variants

Snake

A snake_like_animal.

ScreamingSnake

A VERY_LOUD_SNAKE_ANIMAL.

Camel

A CamelLikeAnimal.

Dromedary

A dromedaryLikeAnimal.

Kebab

Everyone knows the kebab-animal.

ScreamingKebab

A VERY-LOUD-KEBAB-ANIMAL.

CustomDelimiter

The rarest of species.

Tuple Fields of CustomDelimiter

0: char

Trait Implementations

Formats the value using the given formatter. Read more

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.