pub struct SpellcastingQueryVariablesFields;Implementations§
Trait Implementations§
impl QueryVariablesFields for SpellcastingQueryVariablesFields
impl VariableMatch<SpellcastingQueryVariablesFields> for SpellcastingQueryVariablesFields
Auto Trait Implementations§
impl RefUnwindSafe for SpellcastingQueryVariablesFields
impl Send for SpellcastingQueryVariablesFields
impl Sync for SpellcastingQueryVariablesFields
impl Unpin for SpellcastingQueryVariablesFields
impl UnwindSafe for SpellcastingQueryVariablesFields
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