pub struct SurveyResponse;
Trait Implementations§
Source§impl HasField<__typename> for SurveyResponse
impl HasField<__typename> for SurveyResponse
Source§impl HasField<_id> for SurveyResponse
impl HasField<_id> for SurveyResponse
Source§impl HasField<client> for SurveyResponse
impl HasField<client> for SurveyResponse
Source§impl HasField<clientId> for SurveyResponse
impl HasField<clientId> for SurveyResponse
Source§impl HasField<createdAt> for SurveyResponse
impl HasField<createdAt> for SurveyResponse
Source§impl HasField<legacyData> for SurveyResponse
impl HasField<legacyData> for SurveyResponse
Source§impl HasField<response> for SurveyResponse
impl HasField<response> for SurveyResponse
Source§impl HasField<schemaVersion> for SurveyResponse
impl HasField<schemaVersion> for SurveyResponse
Source§impl HasField<survey> for SurveyResponse
impl HasField<survey> for SurveyResponse
Source§impl HasField<surveyId> for SurveyResponse
impl HasField<surveyId> for SurveyResponse
Source§impl HasField<surveySchedule> for SurveyResponse
impl HasField<surveySchedule> for SurveyResponse
Source§type Type = Option<SurveySchedule>
type Type = Option<SurveySchedule>
The schema marker type of this field.
Source§impl HasField<surveyScheduleId> for SurveyResponse
impl HasField<surveyScheduleId> for SurveyResponse
Source§impl HasField<user> for SurveyResponse
impl HasField<user> for SurveyResponse
Source§impl HasField<userId> for SurveyResponse
impl HasField<userId> for SurveyResponse
Auto Trait Implementations§
impl Freeze for SurveyResponse
impl RefUnwindSafe for SurveyResponse
impl Send for SurveyResponse
impl Sync for SurveyResponse
impl Unpin for SurveyResponse
impl UnwindSafe for SurveyResponse
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