pub struct MultiSurveyResponseInput;
Trait Implementations§
impl HasInputField<enableCache, Option<bool>> for MultiSurveyResponseInput
impl HasInputField<enableTotal, Option<bool>> for MultiSurveyResponseInput
impl HasInputField<resolverArgs, Option<JSON>> for MultiSurveyResponseInput
impl HasInputField<terms, Option<JSON>> for MultiSurveyResponseInput
impl InputObjectMarker for MultiSurveyResponseInput
Auto Trait Implementations§
impl Freeze for MultiSurveyResponseInput
impl RefUnwindSafe for MultiSurveyResponseInput
impl Send for MultiSurveyResponseInput
impl Sync for MultiSurveyResponseInput
impl Unpin for MultiSurveyResponseInput
impl UnwindSafe for MultiSurveyResponseInput
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