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