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