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