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