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