pub struct Survey;
Trait Implementations§
Source§impl HasField<__typename> for Survey
impl HasField<__typename> for Survey
Source§impl HasField<legacyData> for Survey
impl HasField<legacyData> for Survey
Source§impl HasField<questions> for Survey
impl HasField<questions> for Survey
Source§type Type = Vec<SurveyQuestion>
type Type = Vec<SurveyQuestion>
The schema marker type of this field.
Source§impl HasField<schemaVersion> for Survey
impl HasField<schemaVersion> for Survey
Auto Trait Implementations§
impl Freeze for Survey
impl RefUnwindSafe for Survey
impl Send for Survey
impl Sync for Survey
impl Unpin for Survey
impl UnwindSafe for Survey
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