pub struct UnmarkDiscussionCommentAsAnswerInput;Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for UnmarkDiscussionCommentAsAnswerInput
impl HasInputField<id, Id> for UnmarkDiscussionCommentAsAnswerInput
impl InputObjectMarker for UnmarkDiscussionCommentAsAnswerInput
Auto Trait Implementations§
impl Freeze for UnmarkDiscussionCommentAsAnswerInput
impl RefUnwindSafe for UnmarkDiscussionCommentAsAnswerInput
impl Send for UnmarkDiscussionCommentAsAnswerInput
impl Sync for UnmarkDiscussionCommentAsAnswerInput
impl Unpin for UnmarkDiscussionCommentAsAnswerInput
impl UnwindSafe for UnmarkDiscussionCommentAsAnswerInput
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