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