pub enum EnchantmentType {
Aura,
Background,
Cartouche,
Case,
Class,
Curse,
Role,
Room,
Rune,
Saga,
Shard,
Shrine,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EnchantmentType
impl Clone for EnchantmentType
Source§fn clone(&self) -> EnchantmentType
fn clone(&self) -> EnchantmentType
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 EnchantmentType
impl Debug for EnchantmentType
Source§impl<'de> Deserialize<'de> for EnchantmentType
impl<'de> Deserialize<'de> for EnchantmentType
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 EnchantmentType
impl Display for EnchantmentType
Source§impl FromStr for EnchantmentType
impl FromStr for EnchantmentType
Source§impl Hash for EnchantmentType
impl Hash for EnchantmentType
Source§impl Idris for EnchantmentType
impl Idris for EnchantmentType
Source§impl Ord for EnchantmentType
impl Ord for EnchantmentType
Source§fn cmp(&self, other: &EnchantmentType) -> Ordering
fn cmp(&self, other: &EnchantmentType) -> 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 EnchantmentType
impl PartialEq for EnchantmentType
Source§impl PartialOrd for EnchantmentType
impl PartialOrd for EnchantmentType
Source§impl Serialize for EnchantmentType
impl Serialize for EnchantmentType
impl Copy for EnchantmentType
impl Eq for EnchantmentType
impl StructuralPartialEq for EnchantmentType
Auto Trait Implementations§
impl Freeze for EnchantmentType
impl RefUnwindSafe for EnchantmentType
impl Send for EnchantmentType
impl Sync for EnchantmentType
impl Unpin for EnchantmentType
impl UnwindSafe for EnchantmentType
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