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