Struct dnd_character::api::classes::SpellcastingQuery
source · pub struct SpellcastingQuery {
pub level: Option<Level>,
}Fields§
§level: Option<Level>Trait Implementations§
source§impl Debug for SpellcastingQuery
impl Debug for SpellcastingQuery
source§impl<'de> Deserialize<'de> for SpellcastingQuery
impl<'de> Deserialize<'de> for SpellcastingQuery
source§fn deserialize<__D>(deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl QueryFragment for SpellcastingQuery
impl QueryFragment for SpellcastingQuery
§type SchemaType = Query
type SchemaType = Query
The type in a schema that this
QueryFragment represents§type VariablesFields = SpellcastingQueryVariablesFields
type VariablesFields = SpellcastingQueryVariablesFields
The variables that are required to execute this
QueryFragmentsource§fn query(builder: SelectionBuilder<'_, Self::SchemaType, Self::VariablesFields>)
fn query(builder: SelectionBuilder<'_, Self::SchemaType, Self::VariablesFields>)
Adds this fragment to the query being built by
builderAuto Trait Implementations§
impl RefUnwindSafe for SpellcastingQuery
impl Send for SpellcastingQuery
impl Sync for SpellcastingQuery
impl Unpin for SpellcastingQuery
impl UnwindSafe for SpellcastingQuery
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