pub struct UpdateSurveyResponseInput;
Trait Implementations§
impl HasInputField<data, UpdateSurveyResponseDataInput> for UpdateSurveyResponseInput
impl HasInputField<selector, SelectorInput> for UpdateSurveyResponseInput
impl InputObjectMarker for UpdateSurveyResponseInput
Auto Trait Implementations§
impl Freeze for UpdateSurveyResponseInput
impl RefUnwindSafe for UpdateSurveyResponseInput
impl Send for UpdateSurveyResponseInput
impl Sync for UpdateSurveyResponseInput
impl Unpin for UpdateSurveyResponseInput
impl UnwindSafe for UpdateSurveyResponseInput
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