Enum twt_werewolf_master_ng::judger::roles::DeathReason
source · pub enum DeathReason {
Normal,
Gun,
}
Expand description
死亡原因。有的死因有特殊效果,比如女巫毒药。
Variants§
Trait Implementations§
source§impl Clone for DeathReason
impl Clone for DeathReason
source§fn clone(&self) -> DeathReason
fn clone(&self) -> DeathReason
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 PartialEq for DeathReason
impl PartialEq for DeathReason
source§fn eq(&self, other: &DeathReason) -> bool
fn eq(&self, other: &DeathReason) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DeathReason
impl Eq for DeathReason
impl StructuralPartialEq for DeathReason
Auto Trait Implementations§
impl Freeze for DeathReason
impl RefUnwindSafe for DeathReason
impl Send for DeathReason
impl Sync for DeathReason
impl Unpin for DeathReason
impl UnwindSafe for DeathReason
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.