Struct decider_distro::DistrSpell
source · pub struct DistrSpell {
pub air: &'static str,
pub kv: HashMap<&'static str, Value>,
}Fields§
§air: &'static strAIR script of the spell
kv: HashMap<&'static str, Value>Initial key-value records for spells KV storage
Auto Trait Implementations§
impl RefUnwindSafe for DistrSpell
impl Send for DistrSpell
impl Sync for DistrSpell
impl Unpin for DistrSpell
impl UnwindSafe for DistrSpell
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