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