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