pub enum Spell {
Show 15 variants
    Aguamenti,
    AvadaKedabra,
    Engorgio,
    Incendio,
    Inmobolus,
    Lumos,
    Nox,
    Obliviate,
    OculusReparo,
    Periculum,
    Reducio,
    PetrificusTotalus,
    Revelio,
    Serpensortia,
    WingardiumLeviosa,
}Variants§
Aguamenti
AvadaKedabra
Engorgio
Incendio
Inmobolus
Lumos
Nox
Obliviate
OculusReparo
Periculum
Reducio
PetrificusTotalus
Revelio
Serpensortia
WingardiumLeviosa
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Spell
 
impl<'de> Deserialize<'de> for Spell
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Spell
Auto Trait Implementations§
impl Freeze for Spell
impl RefUnwindSafe for Spell
impl Send for Spell
impl Sync for Spell
impl Unpin for Spell
impl UnwindSafe for Spell
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more