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