pub struct PhyrexianMana {
pub color: Color,
}Expand description
A mana symbol with a number on it, representing a fixed amount of any kind of mana.
Fields§
§color: ColorTrait Implementations§
Source§impl Clone for PhyrexianMana
impl Clone for PhyrexianMana
Source§fn clone(&self) -> PhyrexianMana
fn clone(&self) -> PhyrexianMana
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 PhyrexianMana
impl Debug for PhyrexianMana
Source§impl<'de> Deserialize<'de> for PhyrexianMana
impl<'de> Deserialize<'de> for PhyrexianMana
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
Source§impl Display for PhyrexianMana
impl Display for PhyrexianMana
Source§impl Hash for PhyrexianMana
impl Hash for PhyrexianMana
Source§impl Idris for PhyrexianMana
impl Idris for PhyrexianMana
Source§impl Ord for PhyrexianMana
impl Ord for PhyrexianMana
Source§fn cmp(&self, other: &PhyrexianMana) -> Ordering
fn cmp(&self, other: &PhyrexianMana) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PhyrexianMana
impl PartialEq for PhyrexianMana
Source§impl PartialOrd for PhyrexianMana
impl PartialOrd for PhyrexianMana
Source§impl Serialize for PhyrexianMana
impl Serialize for PhyrexianMana
impl Copy for PhyrexianMana
impl Eq for PhyrexianMana
impl StructuralPartialEq for PhyrexianMana
Auto Trait Implementations§
impl Freeze for PhyrexianMana
impl RefUnwindSafe for PhyrexianMana
impl Send for PhyrexianMana
impl Sync for PhyrexianMana
impl Unpin for PhyrexianMana
impl UnwindSafe for PhyrexianMana
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