[][src]Enum esl::School

pub enum School {
    Alteration,
    Conjuration,
    Illusion,
    Destruction,
    Mysticism,
    Restoration,
}

Variants

Alteration
Conjuration
Illusion
Destruction
Mysticism
Restoration

Trait Implementations

impl Clone for School[src]

impl Copy for School[src]

impl Debug for School[src]

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

impl Display for School[src]

impl Eq for School[src]

impl From<School> for Skill[src]

impl FromPrimitive for School[src]

impl FromStr for School[src]

type Err = ParseEnumError

The associated error which can be returned from parsing.

impl Hash for School[src]

impl Ord for School[src]

impl PartialEq<School> for School[src]

impl PartialOrd<School> for School[src]

impl Serialize for School[src]

impl StructuralEq for School[src]

impl StructuralPartialEq for School[src]

impl ToPrimitive for School[src]

impl TryFrom<Skill> for School[src]

type Error = ()

The type returned in the event of a conversion error.

Auto Trait Implementations

impl RefUnwindSafe for School

impl Send for School

impl Sync for School

impl Unpin for School

impl UnwindSafe for School

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.