pub struct UpdateIssueCommentPayload;
Trait Implementations§
Source§impl HasField<issueComment> for UpdateIssueCommentPayload
impl HasField<issueComment> for UpdateIssueCommentPayload
Source§type Type = Option<IssueComment>
type Type = Option<IssueComment>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for UpdateIssueCommentPayload
impl RefUnwindSafe for UpdateIssueCommentPayload
impl Send for UpdateIssueCommentPayload
impl Sync for UpdateIssueCommentPayload
impl Unpin for UpdateIssueCommentPayload
impl UnwindSafe for UpdateIssueCommentPayload
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