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