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