[][src]Enum esl::Blood

pub enum Blood {
    Default,
    Skeleton,
    MetalSparks,
}

Variants

Default
Skeleton
MetalSparks

Trait Implementations

impl Clone for Blood[src]

impl Copy for Blood[src]

impl Debug for Blood[src]

impl<'de> Deserialize<'de> for Blood[src]

impl Display for Blood[src]

impl Eq for Blood[src]

impl FromPrimitive for Blood[src]

impl FromStr for Blood[src]

type Err = ParseEnumError

The associated error which can be returned from parsing.

impl Hash for Blood[src]

impl Ord for Blood[src]

impl PartialEq<Blood> for Blood[src]

impl PartialOrd<Blood> for Blood[src]

impl Serialize for Blood[src]

impl StructuralEq for Blood[src]

impl StructuralPartialEq for Blood[src]

impl ToPrimitive for Blood[src]

Auto Trait Implementations

impl RefUnwindSafe for Blood

impl Send for Blood

impl Sync for Blood

impl Unpin for Blood

impl UnwindSafe for Blood

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> DeserializeOwned for T where
    T: Deserialize<'de>, 
[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> ToString for T where
    T: Display + ?Sized
[src]

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.