pub enum SBFunction {
UnZombify,
Confuse,
GodSpeech,
TimeWarp,
Shift,
CreatePot,
}
Expand description
Spell book functions
Variants§
Trait Implementations§
Source§impl Clone for SBFunction
impl Clone for SBFunction
Source§fn clone(&self) -> SBFunction
fn clone(&self) -> SBFunction
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SBFunction
impl Debug for SBFunction
impl Copy for SBFunction
Auto Trait Implementations§
impl Freeze for SBFunction
impl RefUnwindSafe for SBFunction
impl Send for SBFunction
impl Sync for SBFunction
impl Unpin for SBFunction
impl UnwindSafe for SBFunction
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