pub struct UpdateSurveyResponseDataInput;
Trait Implementations§
impl HasInputField<clientId, Option<String>> for UpdateSurveyResponseDataInput
impl HasInputField<data, UpdateSurveyResponseDataInput> for UpdateSurveyResponseInput
impl HasInputField<legacyData, Option<JSON>> for UpdateSurveyResponseDataInput
impl HasInputField<response, Option<JSON>> for UpdateSurveyResponseDataInput
impl HasInputField<surveyId, Option<String>> for UpdateSurveyResponseDataInput
impl HasInputField<surveyScheduleId, Option<String>> for UpdateSurveyResponseDataInput
impl HasInputField<userId, Option<String>> for UpdateSurveyResponseDataInput
impl InputObjectMarker for UpdateSurveyResponseDataInput
Auto Trait Implementations§
impl Freeze for UpdateSurveyResponseDataInput
impl RefUnwindSafe for UpdateSurveyResponseDataInput
impl Send for UpdateSurveyResponseDataInput
impl Sync for UpdateSurveyResponseDataInput
impl Unpin for UpdateSurveyResponseDataInput
impl UnwindSafe for UpdateSurveyResponseDataInput
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