pub struct SharedBindings {
pub effects: IndexMap<String, EffectRef>,
pub reported_spells: BTreeMap<String, u32>,
}Expand description
Bindings a shared manifest can expose to hand-authored shared hooks.
Fields§
§effects: IndexMap<String, EffectRef>§reported_spells: BTreeMap<String, u32>Trait Implementations§
Source§fn default() -> SharedBindings
fn default() -> SharedBindings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
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