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