pub struct issueComment;Trait Implementations§
Source§impl Field for issueComment
impl Field for issueComment
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 issueComment
impl RefUnwindSafe for issueComment
impl Send for issueComment
impl Sync for issueComment
impl Unpin for issueComment
impl UnwindSafe for issueComment
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