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