pub struct LevelFeaturesQueryVariables {
pub class: Option<StringFilter>,
pub level: Option<LevelFilter>,
}Fields§
§class: Option<StringFilter>§level: Option<LevelFilter>Trait Implementations§
source§impl Debug for LevelFeaturesQueryVariables
impl Debug for LevelFeaturesQueryVariables
source§impl QueryVariables for LevelFeaturesQueryVariables
impl QueryVariables for LevelFeaturesQueryVariables
source§const VARIABLES: &'static [(&'static str, VariableType)] = _
const VARIABLES: &'static [(&'static str, VariableType)] = _
An associated constant that contains the variable names & their types. Read more
source§type Fields = LevelFeaturesQueryVariablesFields
type Fields = LevelFeaturesQueryVariablesFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
impl Freeze for LevelFeaturesQueryVariables
impl RefUnwindSafe for LevelFeaturesQueryVariables
impl Send for LevelFeaturesQueryVariables
impl Sync for LevelFeaturesQueryVariables
impl Unpin for LevelFeaturesQueryVariables
impl UnwindSafe for LevelFeaturesQueryVariables
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