pub struct DraftPullRequestReviewThread;Trait Implementations§
impl HasInputField<body, String> for DraftPullRequestReviewThread
impl HasInputField<line, i32> for DraftPullRequestReviewThread
impl HasInputField<path, String> for DraftPullRequestReviewThread
impl HasInputField<side, Option<DiffSide>> for DraftPullRequestReviewThread
impl HasInputField<startLine, Option<i32>> for DraftPullRequestReviewThread
impl HasInputField<startSide, Option<DiffSide>> for DraftPullRequestReviewThread
impl InputObjectMarker for DraftPullRequestReviewThread
Auto Trait Implementations§
impl Freeze for DraftPullRequestReviewThread
impl RefUnwindSafe for DraftPullRequestReviewThread
impl Send for DraftPullRequestReviewThread
impl Sync for DraftPullRequestReviewThread
impl Unpin for DraftPullRequestReviewThread
impl UnwindSafe for DraftPullRequestReviewThread
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