[][src]Struct esl::Spell

pub struct Spell {
    pub spell_type: SpellType,
    pub cost: u32,
    pub flags: SpellFlags,
}

Fields

spell_type: SpellTypecost: u32flags: SpellFlags

Trait Implementations

impl Clone for Spell[src]

impl Debug for Spell[src]

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

impl Eq for Spell[src]

impl From<Spell> for Field[src]

impl PartialEq<Spell> for Spell[src]

impl Serialize for Spell[src]

impl StructuralEq for Spell[src]

impl StructuralPartialEq for Spell[src]

Auto Trait Implementations

impl RefUnwindSafe for Spell

impl Send for Spell

impl Sync for Spell

impl Unpin for Spell

impl UnwindSafe for Spell

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, 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.