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