pub struct TalentGatedAuraEffectDef {
pub talent: String,
pub target_aura: Option<String>,
pub source: EffectRef,
}Expand description
A [[talent_gated_aura_effects]] entry for a talent-conditional DBC aura effect.
The source coordinate identifies the already-resolved payload.
target_aura optionally attaches that payload to a different scripted active window.
Magnitude, modifier semantics, and affected-spell filters remain owned by game data.
Fields§
§talent: String§target_aura: Option<String>§source: EffectRefTrait Implementations§
Source§impl Debug for TalentGatedAuraEffectDef
impl Debug for TalentGatedAuraEffectDef
Source§impl<'de> Deserialize<'de> for TalentGatedAuraEffectDef
impl<'de> Deserialize<'de> for TalentGatedAuraEffectDef
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TalentGatedAuraEffectDef
impl RefUnwindSafe for TalentGatedAuraEffectDef
impl Send for TalentGatedAuraEffectDef
impl Sync for TalentGatedAuraEffectDef
impl Unpin for TalentGatedAuraEffectDef
impl UnsafeUnpin for TalentGatedAuraEffectDef
impl UnwindSafe for TalentGatedAuraEffectDef
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