pub enum SpellProperty {
Countered {},
Kicked {},
}Variants§
Trait Implementations§
Source§impl Clone for SpellProperty
impl Clone for SpellProperty
Source§fn clone(&self) -> SpellProperty
fn clone(&self) -> SpellProperty
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 SpellProperty
impl Debug for SpellProperty
Source§impl<'de> Deserialize<'de> for SpellProperty
impl<'de> Deserialize<'de> for SpellProperty
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 SpellProperty
impl Display for SpellProperty
Source§impl Hash for SpellProperty
impl Hash for SpellProperty
Source§impl Idris for SpellProperty
impl Idris for SpellProperty
Source§impl IntoToken for SpellProperty
Available on crate feature lexer only.
impl IntoToken for SpellProperty
Available on crate feature
lexer only.fn try_from_span(span: &Span<'_>) -> Option<Self>
Source§impl Ord for SpellProperty
impl Ord for SpellProperty
Source§fn cmp(&self, other: &SpellProperty) -> Ordering
fn cmp(&self, other: &SpellProperty) -> 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 SpellProperty
impl PartialEq for SpellProperty
Source§impl PartialOrd for SpellProperty
impl PartialOrd for SpellProperty
Source§impl Serialize for SpellProperty
impl Serialize for SpellProperty
impl Copy for SpellProperty
impl Eq for SpellProperty
impl StructuralPartialEq for SpellProperty
Auto Trait Implementations§
impl Freeze for SpellProperty
impl RefUnwindSafe for SpellProperty
impl Send for SpellProperty
impl Sync for SpellProperty
impl Unpin for SpellProperty
impl UnwindSafe for SpellProperty
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