Struct dnd_character::api::spells::SpellsQueryVariables
source · 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
§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