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