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