pub enum MagicElement {
Arcane,
Fire,
Ice,
Lightning,
Nature,
Shadow,
Holy,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MagicElement
impl Clone for MagicElement
Source§fn clone(&self) -> MagicElement
fn clone(&self) -> MagicElement
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 MagicElement
impl Debug for MagicElement
Source§impl PartialEq for MagicElement
impl PartialEq for MagicElement
impl Copy for MagicElement
impl StructuralPartialEq for MagicElement
Auto Trait Implementations§
impl Freeze for MagicElement
impl RefUnwindSafe for MagicElement
impl Send for MagicElement
impl Sync for MagicElement
impl Unpin for MagicElement
impl UnsafeUnpin for MagicElement
impl UnwindSafe for MagicElement
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