pub struct SpellScopedPct {
pub pct: ScalarRef,
pub spells: Vec<String>,
}Expand description
A per-stack percent magnitude scoped to a list of manifest spell names.
Fields§
§pct: ScalarRef§spells: Vec<String>Trait Implementations§
Source§impl Debug for SpellScopedPct
impl Debug for SpellScopedPct
Source§impl<'de> Deserialize<'de> for SpellScopedPct
impl<'de> Deserialize<'de> for SpellScopedPct
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 SpellScopedPct
impl RefUnwindSafe for SpellScopedPct
impl Send for SpellScopedPct
impl Sync for SpellScopedPct
impl Unpin for SpellScopedPct
impl UnsafeUnpin for SpellScopedPct
impl UnwindSafe for SpellScopedPct
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