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