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