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