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