pub struct multiDocuments;
Trait Implementations§
Source§impl Field for multiDocuments
impl Field for multiDocuments
Source§impl HasArgument<input> for multiDocuments
impl HasArgument<input> for multiDocuments
Source§type ArgumentType = Option<MultiMultiDocumentInput>
type ArgumentType = Option<MultiMultiDocumentInput>
The schema marker type of this argument.
Source§impl HasField<multiDocuments> for Query
impl HasField<multiDocuments> for Query
Source§type Type = Option<MultiMultiDocumentOutput>
type Type = Option<MultiMultiDocumentOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for multiDocuments
impl RefUnwindSafe for multiDocuments
impl Send for multiDocuments
impl Sync for multiDocuments
impl Unpin for multiDocuments
impl UnwindSafe for multiDocuments
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