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