pub struct MultiSurveyResponseOutput;
Trait Implementations§
Source§impl HasField<results> for MultiSurveyResponseOutput
impl HasField<results> for MultiSurveyResponseOutput
Auto Trait Implementations§
impl Freeze for MultiSurveyResponseOutput
impl RefUnwindSafe for MultiSurveyResponseOutput
impl Send for MultiSurveyResponseOutput
impl Sync for MultiSurveyResponseOutput
impl Unpin for MultiSurveyResponseOutput
impl UnwindSafe for MultiSurveyResponseOutput
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