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