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