pub struct LevelFeaturesQuery {
pub features: Option<Vec<Feature>>,
}Fields§
§features: Option<Vec<Feature>>Trait Implementations§
source§impl Debug for LevelFeaturesQuery
impl Debug for LevelFeaturesQuery
source§impl<'de> Deserialize<'de> for LevelFeaturesQuery
impl<'de> Deserialize<'de> for LevelFeaturesQuery
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 LevelFeaturesQuery
impl QueryFragment for LevelFeaturesQuery
source§type SchemaType = Query
type SchemaType = Query
The type in a schema that this
QueryFragment representssource§type VariablesFields = LevelFeaturesQueryVariablesFields
type VariablesFields = LevelFeaturesQueryVariablesFields
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 Freeze for LevelFeaturesQuery
impl RefUnwindSafe for LevelFeaturesQuery
impl Send for LevelFeaturesQuery
impl Sync for LevelFeaturesQuery
impl Unpin for LevelFeaturesQuery
impl UnwindSafe for LevelFeaturesQuery
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