pub struct OverlordEventHeal {
pub by_entity_id: Option<EntityId>,
pub entity_id: Uuid,
pub heal: u64,
pub origin: CombatEventOrigin,
pub source: CombatSource,
}Fields§
§by_entity_id: Option<EntityId>§entity_id: Uuid§heal: u64§origin: CombatEventOrigin§source: CombatSourceTrait Implementations§
Source§impl Clone for OverlordEventHeal
impl Clone for OverlordEventHeal
Source§fn clone(&self) -> OverlordEventHeal
fn clone(&self) -> OverlordEventHeal
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 OverlordEventHeal
impl Debug for OverlordEventHeal
Source§impl EventStruct<OverlordEvent> for OverlordEventHeal
impl EventStruct<OverlordEvent> for OverlordEventHeal
fn from_enum(e: OverlordEvent) -> Self
fn to_enum(self) -> OverlordEvent
Source§impl PartialEq for OverlordEventHeal
impl PartialEq for OverlordEventHeal
impl Eq for OverlordEventHeal
impl StructuralPartialEq for OverlordEventHeal
Auto Trait Implementations§
impl Freeze for OverlordEventHeal
impl RefUnwindSafe for OverlordEventHeal
impl Send for OverlordEventHeal
impl Sync for OverlordEventHeal
impl Unpin for OverlordEventHeal
impl UnwindSafe for OverlordEventHeal
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,
§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
Checks if this value is equivalent to the given key. Read more