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