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