pub struct ReducesCd {
pub target: String,
pub amount_ms: ScalarRef,
}Expand description
Cooldown reduction that fires unconditionally on a ManifestSpellDef’s cast.
Fields§
§target: String§amount_ms: ScalarRefTrait Implementations§
Source§impl<'de> Deserialize<'de> for ReducesCd
impl<'de> Deserialize<'de> for ReducesCd
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 ReducesCd
impl RefUnwindSafe for ReducesCd
impl Send for ReducesCd
impl Sync for ReducesCd
impl Unpin for ReducesCd
impl UnsafeUnpin for ReducesCd
impl UnwindSafe for ReducesCd
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