Struct dnd_character::api::spells::SpellsQueryVariablesFields
source · pub struct SpellsQueryVariablesFields;Implementations§
source§impl SpellsQueryVariablesFields
impl SpellsQueryVariablesFields
pub fn class() -> VariableDefinition<Self, Option<StringFilter>>
Trait Implementations§
impl QueryVariablesFields for SpellsQueryVariablesFields
impl VariableMatch<SpellsQueryVariablesFields> for SpellsQueryVariablesFields
Auto Trait Implementations§
impl Freeze for SpellsQueryVariablesFields
impl RefUnwindSafe for SpellsQueryVariablesFields
impl Send for SpellsQueryVariablesFields
impl Sync for SpellsQueryVariablesFields
impl Unpin for SpellsQueryVariablesFields
impl UnwindSafe for SpellsQueryVariablesFields
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