pub struct SingleSurveyQuestionInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleSurveyQuestionInput
impl HasInputField<resolverArgs, Option<JSON>> for SingleSurveyQuestionInput
impl HasInputField<selector, Option<SelectorInput>> for SingleSurveyQuestionInput
impl InputObjectMarker for SingleSurveyQuestionInput
Auto Trait Implementations§
impl Freeze for SingleSurveyQuestionInput
impl RefUnwindSafe for SingleSurveyQuestionInput
impl Send for SingleSurveyQuestionInput
impl Sync for SingleSurveyQuestionInput
impl Unpin for SingleSurveyQuestionInput
impl UnwindSafe for SingleSurveyQuestionInput
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