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