pub struct TickCostAltDef {
pub spell_id: u32,
pub aura: String,
}Expand description
Aura-conditional alternative tick cost for a ChannelDef.
Fields§
§spell_id: u32§aura: StringTrait Implementations§
Source§impl Debug for TickCostAltDef
impl Debug for TickCostAltDef
Source§impl Default for TickCostAltDef
impl Default for TickCostAltDef
Source§fn default() -> TickCostAltDef
fn default() -> TickCostAltDef
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TickCostAltDef
impl<'de> Deserialize<'de> for TickCostAltDef
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 TickCostAltDef
impl RefUnwindSafe for TickCostAltDef
impl Send for TickCostAltDef
impl Sync for TickCostAltDef
impl Unpin for TickCostAltDef
impl UnsafeUnpin for TickCostAltDef
impl UnwindSafe for TickCostAltDef
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