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