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