pub struct surveyQuestions;
Trait Implementations§
Source§impl Field for surveyQuestions
impl Field for surveyQuestions
Source§impl HasArgument<input> for surveyQuestions
impl HasArgument<input> for surveyQuestions
Source§type ArgumentType = Option<MultiSurveyQuestionInput>
type ArgumentType = Option<MultiSurveyQuestionInput>
The schema marker type of this argument.
Source§impl HasField<surveyQuestions> for Query
impl HasField<surveyQuestions> for Query
Source§type Type = Option<MultiSurveyQuestionOutput>
type Type = Option<MultiSurveyQuestionOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for surveyQuestions
impl RefUnwindSafe for surveyQuestions
impl Send for surveyQuestions
impl Sync for surveyQuestions
impl Unpin for surveyQuestions
impl UnwindSafe for surveyQuestions
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