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