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