pub enum Mana {
Regular(Color),
Supermana,
}
Variants§
Implementations§
Trait Implementations§
impl Copy for Mana
impl Eq for Mana
impl StructuralPartialEq for Mana
Auto Trait Implementations§
impl Freeze for Mana
impl RefUnwindSafe for Mana
impl Send for Mana
impl Sync for Mana
impl Unpin for Mana
impl UnwindSafe for Mana
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