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