pub struct DraftPullRequestReviewComment;
Trait Implementations§
impl HasInputField<body, String> for DraftPullRequestReviewComment
impl HasInputField<path, String> for DraftPullRequestReviewComment
impl HasInputField<position, i32> for DraftPullRequestReviewComment
impl InputObjectMarker for DraftPullRequestReviewComment
Auto Trait Implementations§
impl Freeze for DraftPullRequestReviewComment
impl RefUnwindSafe for DraftPullRequestReviewComment
impl Send for DraftPullRequestReviewComment
impl Sync for DraftPullRequestReviewComment
impl Unpin for DraftPullRequestReviewComment
impl UnwindSafe for DraftPullRequestReviewComment
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