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