pub struct SpellcastingQueryVariables {
pub index: Option<String>,
}Fields§
§index: Option<String>Trait Implementations§
Source§impl Debug for SpellcastingQueryVariables
impl Debug for SpellcastingQueryVariables
Source§impl QueryVariables for SpellcastingQueryVariables
impl QueryVariables for SpellcastingQueryVariables
Source§const VARIABLES: &'static [(&'static str, VariableType)]
const VARIABLES: &'static [(&'static str, VariableType)]
An associated constant that contains the variable names & their types. Read more
Source§type Fields = SpellcastingQueryVariablesFields
type Fields = SpellcastingQueryVariablesFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
impl Freeze for SpellcastingQueryVariables
impl RefUnwindSafe for SpellcastingQueryVariables
impl Send for SpellcastingQueryVariables
impl Sync for SpellcastingQueryVariables
impl Unpin for SpellcastingQueryVariables
impl UnwindSafe for SpellcastingQueryVariables
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