[][src]Enum camel_up::camel::Camel

pub enum Camel {
    Red,
    Orange,
    Yellow,
    Green,
    White,
}

The various camels that race in the game.

Variants

Red

The red camel, Rachel for friends.

Orange

The orange camel, also known as Olleta.

Yellow

The yellow camel. They are a little shy. They go by the name of Yenn.

Green

The green camel. The mysterious one, calls itself G.

White

The white camel. Responds to Whitney. Suspected to be a foreign spy.

Trait Implementations

impl Clone for Camel[src]

impl Copy for Camel[src]

impl Debug for Camel[src]

impl Eq for Camel[src]

impl Hash for Camel[src]

impl<'_> Index<&'_ Camel> for Distribution[src]

type Output = Fraction

The returned type after indexing.

impl PartialEq<Camel> for Camel[src]

impl StructuralEq for Camel[src]

impl StructuralPartialEq for Camel[src]

Auto Trait Implementations

impl RefUnwindSafe for Camel

impl Send for Camel

impl Sync for Camel

impl Unpin for Camel

impl UnwindSafe for Camel

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.