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