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