pub struct OverlordEventDerivedAbilityStrike {
pub by_entity_id: Uuid,
pub to_entity_id: Uuid,
pub ability_id: AbilityId,
pub level: i64,
pub payload_permille: i64,
pub source_paid_mana_x100: i64,
pub delay: u64,
}Fields§
§by_entity_id: Uuid§to_entity_id: Uuid§ability_id: AbilityId§level: i64§payload_permille: i64§source_paid_mana_x100: i64§delay: u64Trait Implementations§
Source§impl Clone for OverlordEventDerivedAbilityStrike
impl Clone for OverlordEventDerivedAbilityStrike
Source§fn clone(&self) -> OverlordEventDerivedAbilityStrike
fn clone(&self) -> OverlordEventDerivedAbilityStrike
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 EventStruct<OverlordEvent> for OverlordEventDerivedAbilityStrike
impl EventStruct<OverlordEvent> for OverlordEventDerivedAbilityStrike
fn from_enum(e: OverlordEvent) -> Self
fn to_enum(self) -> OverlordEvent
Source§impl PartialEq for OverlordEventDerivedAbilityStrike
impl PartialEq for OverlordEventDerivedAbilityStrike
Source§fn eq(&self, other: &OverlordEventDerivedAbilityStrike) -> bool
fn eq(&self, other: &OverlordEventDerivedAbilityStrike) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for OverlordEventDerivedAbilityStrike
impl StructuralPartialEq for OverlordEventDerivedAbilityStrike
Auto Trait Implementations§
impl Freeze for OverlordEventDerivedAbilityStrike
impl RefUnwindSafe for OverlordEventDerivedAbilityStrike
impl Send for OverlordEventDerivedAbilityStrike
impl Sync for OverlordEventDerivedAbilityStrike
impl Unpin for OverlordEventDerivedAbilityStrike
impl UnwindSafe for OverlordEventDerivedAbilityStrike
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