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