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