Struct dnd_character::api::classes::SpellcastingQueryVariables
source · 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
§type Fields = SpellcastingQueryVariablesFields
type Fields = SpellcastingQueryVariablesFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
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