pub enum StatusEffectCategory {
Beneficial,
Harmful,
Neutral,
}
Expand description
Represents a status effect category
Variants§
Trait Implementations§
source§impl Clone for StatusEffectCategory
impl Clone for StatusEffectCategory
source§fn clone(&self) -> StatusEffectCategory
fn clone(&self) -> StatusEffectCategory
Returns a copy 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 StatusEffectCategory
impl Debug for StatusEffectCategory
source§impl Hash for StatusEffectCategory
impl Hash for StatusEffectCategory
source§impl Ord for StatusEffectCategory
impl Ord for StatusEffectCategory
source§fn cmp(&self, other: &StatusEffectCategory) -> Ordering
fn cmp(&self, other: &StatusEffectCategory) -> 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 StatusEffectCategory
impl PartialEq for StatusEffectCategory
source§impl PartialOrd for StatusEffectCategory
impl PartialOrd for StatusEffectCategory
impl Copy for StatusEffectCategory
impl Eq for StatusEffectCategory
impl StructuralPartialEq for StatusEffectCategory
Auto Trait Implementations§
impl Freeze for StatusEffectCategory
impl RefUnwindSafe for StatusEffectCategory
impl Send for StatusEffectCategory
impl Sync for StatusEffectCategory
impl Unpin for StatusEffectCategory
impl UnwindSafe for StatusEffectCategory
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)