pub struct EmpowerDef {
pub max_when_aura: Option<String>,
pub driver: Option<String>,
}Expand description
Structured empower behavior for a spell definition.
Fields§
§max_when_aura: Option<String>Aura that makes the empower instant and releases it at the DBC maximum rank.
driver: Option<String>Rank-aware content driver for mechanics not represented by empower-stage data.
Trait Implementations§
Source§impl Debug for EmpowerDef
impl Debug for EmpowerDef
Source§impl<'de> Deserialize<'de> for EmpowerDef
impl<'de> Deserialize<'de> for EmpowerDef
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 EmpowerDef
impl RefUnwindSafe for EmpowerDef
impl Send for EmpowerDef
impl Sync for EmpowerDef
impl Unpin for EmpowerDef
impl UnsafeUnpin for EmpowerDef
impl UnwindSafe for EmpowerDef
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