pub struct ReducesCdChance {
pub target: String,
pub amount_ms: ScalarRef,
pub chance: f64,
}Expand description
Probabilistic cooldown reduction triggered on a ManifestSpellDef’s cast.
Fields§
§target: String§amount_ms: ScalarRef§chance: f64Trait Implementations§
Source§impl Debug for ReducesCdChance
impl Debug for ReducesCdChance
Source§impl<'de> Deserialize<'de> for ReducesCdChance
impl<'de> Deserialize<'de> for ReducesCdChance
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 ReducesCdChance
impl RefUnwindSafe for ReducesCdChance
impl Send for ReducesCdChance
impl Sync for ReducesCdChance
impl Unpin for ReducesCdChance
impl UnsafeUnpin for ReducesCdChance
impl UnwindSafe for ReducesCdChance
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