pub struct SpellsQueryVariables {
pub class: Option<StringFilter>,
}Fields§
§class: Option<StringFilter>Trait Implementations§
Source§impl Debug for SpellsQueryVariables
impl Debug for SpellsQueryVariables
Source§impl QueryVariables for SpellsQueryVariables
impl QueryVariables for SpellsQueryVariables
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 = SpellsQueryVariablesFields
type Fields = SpellsQueryVariablesFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
impl Freeze for SpellsQueryVariables
impl RefUnwindSafe for SpellsQueryVariables
impl Send for SpellsQueryVariables
impl Sync for SpellsQueryVariables
impl Unpin for SpellsQueryVariables
impl UnwindSafe for SpellsQueryVariables
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