Enum twt_werewolf_master_ng::judger::roles::LifeStatus
source · pub enum LifeStatus {
Alive,
Dead,
NewDeath(DeathReason),
}
Variants§
Trait Implementations§
source§impl Clone for LifeStatus
impl Clone for LifeStatus
source§fn clone(&self) -> LifeStatus
fn clone(&self) -> LifeStatus
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 LifeStatus
impl PartialEq for LifeStatus
source§fn eq(&self, other: &LifeStatus) -> bool
fn eq(&self, other: &LifeStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LifeStatus
impl Eq for LifeStatus
impl StructuralPartialEq for LifeStatus
Auto Trait Implementations§
impl Freeze for LifeStatus
impl RefUnwindSafe for LifeStatus
impl Send for LifeStatus
impl Sync for LifeStatus
impl Unpin for LifeStatus
impl UnwindSafe for LifeStatus
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.