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